Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DGraphWriter.cpp118 static bool ExecGraphViewer(StringRef ExecPath, std::vector<StringRef> &args, in ExecGraphViewer()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp222 std::unique_ptr<char[]> ExecPath, FDSpecifier; in launch() local