Home
last modified time | relevance | path

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

/freebsd/contrib/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,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp60 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(InProgressLookupState, LLVMOrcLookupStateRef)
276 LLVMOrcLookupStateRef LSR = ::wrap(OrcV2CAPIHelper::extractLookupState(LS)); in tryToGenerate()
652 void LLVMOrcLookupStateContinueLookup(LLVMOrcLookupStateRef S, in LLVMOrcLookupStateContinueLookup()