Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1088 J.setPlatformSupport(std::make_unique<ORCPlatformSupport>(J)); in setUpOrcPlatformManually()
1140 J.setPlatformSupport(std::make_unique<ORCPlatformSupport>(J)); in operator ()()
1205 J.setPlatformSupport( in setUpGenericLLVMIRPlatform()
1214 J.setPlatformSupport(std::make_unique<InactivePlatformSupport>()); in setUpInactivePlatform()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h185 void setPlatformSupport(std::unique_ptr<PlatformSupport> PS) { in setPlatformSupport() function