Home
last modified time | relevance | path

Searched defs:ExecPath (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp113 std::unique_ptr<char[]> ExecPath, FDSpecifier; in launchLocalExecutor() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DGraphWriter.cpp135 static bool ExecGraphViewer(StringRef ExecPath, std::vector<StringRef> &args, in ExecGraphViewer()