Searched refs:setPlatformSupport (Results 1 – 2 of 2) sorted by relevance
940 J.setPlatformSupport(std::make_unique<ORCPlatformSupport>(J)); in setUpOrcPlatform()947 J.setPlatformSupport(std::make_unique<GenericLLVMIRPlatformSupport>(J)); in setUpGenericLLVMIRPlatform()953 J.setPlatformSupport(std::make_unique<InactivePlatformSupport>()); in setUpInactivePlatform()
141 void setPlatformSupport(std::unique_ptr<PlatformSupport> PS) { in setPlatformSupport() function