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

/freebsd-current/contrib/llvm-project/llvm/include/llvm-c/
H A DOrc.h319 typedef struct LLVMOrcOpaqueLookupState *LLVMOrcLookupStateRef; typedef in typeref:struct:LLVMOrcOpaqueLookupState
332 * LookupState will contain a pointer to an LLVMOrcLookupStateRef object. This
335 * LLVMOrcLookupStateRef set to null, the lookup will be suspended. Once the
356 LLVMOrcLookupStateRef *LookupState, LLVMOrcLookupKind Kind,
1005 void LLVMOrcLookupStateContinueLookup(LLVMOrcLookupStateRef S,
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp60 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(InProgressLookupState, LLVMOrcLookupStateRef)
268 LLVMOrcLookupStateRef LSR = ::wrap(OrcV2CAPIHelper::extractLookupState(LS));
652 void LLVMOrcLookupStateContinueLookup(LLVMOrcLookupStateRef S,

Completed in 123 milliseconds