Enum llvm_sys::orc2::LLVMOrcLookupKind [−][src]
#[repr(C)]
pub enum LLVMOrcLookupKind {
LLVMOrcLookupKindStatic,
LLVMOrcLookupKindDLSym,
}
Expand description
Lookup kind. This can be used by definition generators when deciding whether to produce a definition for a requested symbol.