Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h615 class LLVM_ABI ORCPlatformSupport : public LLJIT::PlatformSupport {
617 ORCPlatformSupport(orc::LLJIT &J) : J(J) {} in ORCPlatformSupport() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp603 Error ORCPlatformSupport::initialize(orc::JITDylib &JD) { in initialize()
650 Error ORCPlatformSupport::deinitialize(orc::JITDylib &JD) { in deinitialize()
1106 J.setPlatformSupport(std::make_unique<ORCPlatformSupport>(J)); in setUpOrcPlatformManually()
1158 J.setPlatformSupport(std::make_unique<ORCPlatformSupport>(J)); in operator ()()