Searched refs:ORCPlatformSupport (Results 1 – 2 of 2) sorted by relevance
615 class LLVM_ABI ORCPlatformSupport : public LLJIT::PlatformSupport {617 ORCPlatformSupport(orc::LLJIT &J) : J(J) {} in ORCPlatformSupport() function
603 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 ()()