Home
last modified time | relevance | path

Searched refs:getMainExecutable (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexer.cpp134 } else if (!(Path = llvm::sys::fs::getMainExecutable(nullptr, nullptr)).empty()) { in getClangResourcesPath()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp59 SmallString<256> FullName(sys::fs::getMainExecutable(HostArgv0, VoidPtr)); in findLocalExecutor()
/openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp198 std::string getMainExecutable(const char *Name) { in getMainExecutable() function
199 void *Ptr = (void *)(intptr_t)&getMainExecutable; in getMainExecutable()
200 auto COWPath = sys::fs::getMainExecutable(Name, Ptr); in getMainExecutable()
321 "clang-offload-bundler", {getMainExecutable("clang-offload-bundler")}); in fatbinary()
365 findProgram("clang", {getMainExecutable("clang")}); in clang()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSignals.cpp172 : sys::fs::getMainExecutable(nullptr, nullptr); in printSymbolizedStackTrace()
H A DPath.cpp1211 std::string getMainExecutable(const char *Argv0, void *MainAddr) { in getMainExecutable() function
/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DInterpreter.cpp132 llvm::sys::fs::getMainExecutable(nullptr, nullptr); in create()
/openbsd-src/gnu/llvm/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp197 sys::fs::getMainExecutable(argv[0], &BundlerExecutable); in main()
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DCompilationDatabase.cpp214 llvm::sys::fs::getMainExecutable("clang", (void *)&Dummy); in GetClangToolCommand()
/openbsd-src/gnu/llvm/clang/tools/arcmt-test/
H A Darcmt-test.cpp70 return llvm::sys::fs::getMainExecutable(Argv0, MainAddr); in GetExecutablePath()
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dcore_main.cpp338 std::string Executable = llvm::sys::fs::getMainExecutable(argv[0], MainAddr); in indextest_core_main()
/openbsd-src/gnu/llvm/llvm/tools/llvm-config/
H A Dllvm-config.cpp252 return llvm::sys::fs::getMainExecutable(Argv0, P); in GetExecutablePath()
/openbsd-src/gnu/llvm/clang/tools/driver/
H A Ddriver.cpp73 return llvm::sys::fs::getMainExecutable(Argv0, P); in GetExecutablePath()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A Ddsymutil.cpp564 std::string SDKPath = sys::fs::getMainExecutable(argv[0], P); in main()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h1347 std::string getMainExecutable(const char *argv0, void *MainExecAddr);
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DToolRunner.cpp210 std::string Main = sys::fs::getMainExecutable(Argv0, MainAddr); in FindProgramByName()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp218 llvm::sys::fs::getMainExecutable(nullptr, nullptr); in PrintStackTraceOnError()
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DSignals.inc751 std::string MainExecutableName = fs::getMainExecutable(nullptr, nullptr);
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1323 SmallString<256> OOPExecutorPath(sys::fs::getMainExecutable( in sanitizeArguments()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp2966 llvm::sys::fs::getMainExecutable(Argv0, MainAddr); in GetResourcesPath()