Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp28 class OrcV2CAPIHelper { class
268 LLVMOrcLookupStateRef LSR = ::wrap(OrcV2CAPIHelper::extractLookupState(LS)); in tryToGenerate()
293 OrcV2CAPIHelper::resetLookupState(LS, ::unwrap(LSR)); in tryToGenerate()
655 OrcV2CAPIHelper::resetLookupState(LS, ::unwrap(S)); in LLVMOrcLookupStateContinueLookup()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h891 friend class OrcV2CAPIHelper; variable