Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm-c/
H A DOrc.h328 typedef struct LLVMOrcOpaqueLookupState *LLVMOrcLookupStateRef; typedef
365 LLVMOrcLookupStateRef *LookupState, LLVMOrcLookupKind Kind,
996 void LLVMOrcLookupStateContinueLookup(LLVMOrcLookupStateRef S,
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp178 LLVMOrcLookupStateRef *LS, LLVMOrcLookupKind K,
764 LLVMOrcLookupStateRef *LookupState, LLVMOrcLookupKind Kind,
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp61 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(InProgressLookupState, LLVMOrcLookupStateRef)
277 LLVMOrcLookupStateRef LSR = ::wrap(OrcV2CAPIHelper::extractLookupState(LS)); in tryToGenerate()
653 void LLVMOrcLookupStateContinueLookup(LLVMOrcLookupStateRef S, in LLVMOrcLookupStateContinueLookup()