Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h575 class ExecutorNativePlatform {
578 ExecutorNativePlatform(std::string OrcRuntimePath) in ExecutorNativePlatform() function
582 ExecutorNativePlatform(std::unique_ptr<MemoryBuffer> OrcRuntimeMB) in ExecutorNativePlatform() function
588 ExecutorNativePlatform &addVCRuntime(std::string VCRuntimePath, in addVCRuntime()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp640 llvm::orc::ExecutorNativePlatform(OrcRuntimePath.str())); in createLLJITBuilder()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp1014 Builder.setPlatformSetUp(orc::ExecutorNativePlatform(OrcRuntime)); in runOrcJIT()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1129 Expected<JITDylibSP> ExecutorNativePlatform::operator()(LLJIT &J) { in operator ()()