Searched refs:setPlatformSupport (Results 1 – 2 of 2) sorted by relevance
1106 J.setPlatformSupport(std::make_unique<ORCPlatformSupport>(J)); in setUpOrcPlatformManually()1158 J.setPlatformSupport(std::make_unique<ORCPlatformSupport>(J)); in operator ()()1265 J.setPlatformSupport( in setUpGenericLLVMIRPlatform()1274 J.setPlatformSupport(std::make_unique<InactivePlatformSupport>()); in setUpInactivePlatform()
189 void setPlatformSupport(std::unique_ptr<PlatformSupport> PS) { in setPlatformSupport() function