Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h549 class ExecutorNativePlatform {
552 ExecutorNativePlatform(std::string OrcRuntimePath) in ExecutorNativePlatform() function
556 ExecutorNativePlatform(std::unique_ptr<MemoryBuffer> OrcRuntimeMB) in ExecutorNativePlatform() function
562 ExecutorNativePlatform &addVCRuntime(std::string VCRuntimePath, in addVCRuntime()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1078 Expected<JITDylibSP> ExecutorNativePlatform::operator()(LLJIT &J) { in operator ()()
/freebsd-14.2/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp1014 Builder.setPlatformSetUp(orc::ExecutorNativePlatform(OrcRuntime)); in runOrcJIT()