Home
last modified time | relevance | path

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

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