Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h614 class ORCPlatformSupport : public LLJIT::PlatformSupport {
616 ORCPlatformSupport(orc::LLJIT &J) : J(J) {} in ORCPlatformSupport() function
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp600 Error ORCPlatformSupport::initialize(orc::JITDylib &JD) { in initialize()
624 Error ORCPlatformSupport::deinitialize(orc::JITDylib &JD) { in deinitialize()
1088 J.setPlatformSupport(std::make_unique<ORCPlatformSupport>(J)); in setUpOrcPlatformManually()
1140 J.setPlatformSupport(std::make_unique<ORCPlatformSupport>(J)); in operator ()()