Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h574 class ExecutorNativePlatform {
577 ExecutorNativePlatform(std::string OrcRuntimePath) in ExecutorNativePlatform() function
581 ExecutorNativePlatform(std::unique_ptr<MemoryBuffer> OrcRuntimeMB) in ExecutorNativePlatform() function
587 ExecutorNativePlatform &addVCRuntime(std::string VCRuntimePath, in addVCRuntime()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp1012 Builder.setPlatformSetUp(orc::ExecutorNativePlatform(OrcRuntime)); in runOrcJIT()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1111 Expected<JITDylibSP> ExecutorNativePlatform::operator()(LLJIT &J) { in operator ()()