Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp29 class OrcV2CAPIHelper { class
277 LLVMOrcLookupStateRef LSR = ::wrap(OrcV2CAPIHelper::extractLookupState(LS)); in tryToGenerate()
302 OrcV2CAPIHelper::resetLookupState(LS, ::unwrap(LSR)); in tryToGenerate()
656 OrcV2CAPIHelper::resetLookupState(LS, ::unwrap(S)); in LLVMOrcLookupStateContinueLookup()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h835 friend class OrcV2CAPIHelper; variable