Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp137 getExecutionSession().setPlatform( in GenericLLVMIRPlatformSupport()
1171 J.getExecutionSession().setPlatform(std::move(*P)); in operator ()()
1184 J.getExecutionSession().setPlatform(std::move(*P)); in operator ()()
1197 ES.setPlatform(std::move(*P)); in operator ()()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1412 void setPlatform(std::unique_ptr<Platform> P) { this->P = std::move(P); } in setPlatform() function