Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/llvm/unittests/Support/
H A DProgramTest.cpp124 sys::fs::getMainExecutable(TestMainArgv0, &ProgramTestStringArg1); in TEST_F()
174 sys::fs::getMainExecutable(TestMainArgv0, &ProgramTestStringArg1); in TEST_F()
211 sys::fs::getMainExecutable(TestMainArgv0, &ProgramTestStringArg1); in TEST_F()
269 sys::fs::getMainExecutable(TestMainArgv0, &ProgramTestStringArg1); in TEST_F()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DSignals.cpp97 Argv0.empty() ? sys::fs::getMainExecutable(nullptr, nullptr) in printSymbolizedStackTrace()
/aosp_15_r20/external/llvm/lib/Support/
H A DSignals.cpp97 Argv0.empty() ? sys::fs::getMainExecutable(nullptr, nullptr) in printSymbolizedStackTrace()
/aosp_15_r20/external/clang/examples/clang-interpreter/
H A Dmain.cpp42 return llvm::sys::fs::getMainExecutable(Argv0, MainAddr); in GetExecutablePath()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSignals.cpp135 : sys::fs::getMainExecutable(nullptr, nullptr); in printSymbolizedStackTrace()
/aosp_15_r20/development/vndk/tools/header-checker/src/dumper/
H A Dheader_checker.cpp103 llvm::sys::fs::getMainExecutable(argv_0, (void *)main); in PrintResourceDir()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/llvm/tools/dsymutil/
H A Ddsymutil.cpp245 std::string SDKPath = llvm::sys::fs::getMainExecutable(argv[0], MainAddr); in main()
/aosp_15_r20/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp69 return llvm::sys::fs::getMainExecutable(Argv0, MainAddr); in GetExecutablePath()
/aosp_15_r20/external/clang/tools/driver/
H A Ddriver.cpp64 return llvm::sys::fs::getMainExecutable(Argv0, P); in GetExecutablePath()
/aosp_15_r20/external/llvm/tools/llvm-config/
H A Dllvm-config.cpp229 return llvm::sys::fs::getMainExecutable(Argv0, P); in GetExecutablePath()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFileSystem.h727 std::string getMainExecutable(const char *argv0, void *MainExecAddr);
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DFileSystem.h716 std::string getMainExecutable(const char *argv0, void *MainExecAddr);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileSystem.h1204 std::string getMainExecutable(const char *argv0, void *MainExecAddr);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DFileSystem.h1345 std::string getMainExecutable(const char *argv0, void *MainExecAddr);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DFileSystem.h1345 std::string getMainExecutable(const char *argv0, void *MainExecAddr);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DFileSystem.h1345 std::string getMainExecutable(const char *argv0, void *MainExecAddr);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DFileSystem.h1345 std::string getMainExecutable(const char *argv0, void *MainExecAddr);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DFileSystem.h1347 std::string getMainExecutable(const char *argv0, void *MainExecAddr);
/aosp_15_r20/external/llvm/tools/bugpoint/
H A DToolRunner.cpp237 std::string Main = sys::fs::getMainExecutable(Argv0, MainAddr); in PrependMainExecutablePath()
/aosp_15_r20/external/llvm/lib/Support/Unix/
H A DPath.inc150 std::string getMainExecutable(const char *argv0, void *MainAddr) {
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
H A DPath.inc151 std::string getMainExecutable(const char *argv0, void *MainAddr) {
/aosp_15_r20/external/llvm/lib/Support/Windows/
H A DSignals.inc697 std::string MainExecutableName = fs::getMainExecutable(nullptr, nullptr);
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H A DPath.inc120 std::string getMainExecutable(const char *argv0, void *MainExecAddr) {

12