Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp130 getExecutionSession().setPlatform( in GenericLLVMIRPlatformSupport()
672 J.getExecutionSession().setPlatform(std::move(Tmp)); in setupPlatform()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1282 void setPlatform(std::unique_ptr<Platform> P) { this->P = std::move(P); } in setPlatform() function