Searched refs:ORCPlatformSupport (Results 1 – 1 of 1) sorted by relevance
376 class ORCPlatformSupport : public orc::LLJIT::PlatformSupport { class378 ORCPlatformSupport(orc::LLJIT &J) : J(J) {} in ORCPlatformSupport() function in ORCPlatformSupport973 J.setPlatformSupport(std::make_unique<ORCPlatformSupport>(J)); in runOrcJIT()