Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DOrc.h319 typedef struct LLVMOrcOpaqueLookupState *LLVMOrcLookupStateRef; typedef
356 LLVMOrcLookupStateRef *LookupState, LLVMOrcLookupKind Kind,
1005 void LLVMOrcLookupStateContinueLookup(LLVMOrcLookupStateRef S,
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp90 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(InProgressLookupState, LLVMOrcLookupStateRef)
298 LLVMOrcLookupStateRef LSR = ::wrap(OrcV2CAPIHelper::extractLookupState(LS)); in tryToGenerate()
684 void LLVMOrcLookupStateContinueLookup(LLVMOrcLookupStateRef S, in LLVMOrcLookupStateContinueLookup()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp137 LLVMOrcLookupStateRef *LS, LLVMOrcLookupKind K, in definitionGeneratorFn()
679 LLVMOrcLookupStateRef *LookupState, LLVMOrcLookupKind Kind, in TryToGenerateWithSuspendedLookup()