Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1173 J.setPlatformSupport(std::make_unique<GenericLLVMIRPlatformSupport>(J)); in setUpGenericLLVMIRPlatform()
1181 J.setPlatformSupport(std::move(*MP)); in setUpMachOPlatform()
1188 J.setPlatformSupport(std::make_unique<InactivePlatformSupport>()); in setUpInactivePlatform()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h141 void setPlatformSupport(std::unique_ptr<PlatformSupport> PS) { in setPlatformSupport() function