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.h329 typedef struct LLVMOrcOpaqueLookupState *LLVMOrcLookupStateRef; typedef
366 LLVMOrcLookupStateRef *LookupState, LLVMOrcLookupKind Kind,
1006 LLVM_C_ABI void LLVMOrcLookupStateContinueLookup(LLVMOrcLookupStateRef S,
/freebsd/contrib/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()