Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp130 getExecutionSession().setPlatform( in GenericLLVMIRPlatformSupport()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1317 void setPlatform(std::unique_ptr<Platform> P) { this->P = std::move(P); } in setPlatform() function