Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp997 ES.setPlatform(std::move(*P)); in runOrcJIT()
1003 ES.setPlatform(std::move(*P)); in runOrcJIT()
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp993 ES.setPlatform(std::move(*P)); in Session()
1001 ES.setPlatform(std::move(*P)); in Session()
1016 ES.setPlatform(std::move(*P)); in Session()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp183 getExecutionSession().setPlatform( in GenericLLVMIRPlatformSupport()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1427 void setPlatform(std::unique_ptr<Platform> P) { this->P = std::move(P); } in setPlatform() function