Home
last modified time | relevance | path

Searched refs:LLVMOrcLookupStateRef (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DOrc.h245 typedef struct LLVMOrcOpaqueLookupState *LLVMOrcLookupStateRef; typedef
282 LLVMOrcLookupStateRef *LookupState, LLVMOrcLookupKind Kind,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp89 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(InProgressLookupState, LLVMOrcLookupStateRef)
116 LLVMOrcLookupStateRef LSR = ::wrap(OrcV2CAPIHelper::extractLookupState(LS)); in tryToGenerate()