Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp218 OrcRuntime("orc-runtime", cl::desc("Use ORC runtime from given path"), variable
1073 if (TT.isOSBinFormatMachO() && !OrcRuntime.empty()) { in Session()
1075 MachOPlatform::Create(ES, ObjLayer, *MainJD, OrcRuntime.c_str())) in Session()
1081 } else if (TT.isOSBinFormatELF() && !OrcRuntime.empty()) { in Session()
1083 ELFNixPlatform::Create(ES, ObjLayer, *MainJD, OrcRuntime.c_str())) in Session()
1933 if (!OrcRuntime.empty()) in dumpSessionStats()
1971 if (!OrcRuntime.empty()) { in getEntryPoint()
2078 if (!OrcRuntime.empty()) in main()
/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp125 cl::opt<std::string> OrcRuntime("orc-runtime", variable
964 if (JITLinker == JITLinkerKind::JITLink && !OrcRuntime.empty() && in runOrcJIT()
1052 ES, *OLL, J->getMainJITDylib(), OrcRuntime.c_str())) in runOrcJIT()
1058 ES, *OLL, J->getMainJITDylib(), OrcRuntime.c_str())) in runOrcJIT()