Home
last modified time | relevance | path

Searched refs:MainExecutableName (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DSignals.cpp127 const char *MainExecutableName,
169 std::string MainExecutableName = in printSymbolizedStackTrace() local
177 MainExecutableName.c_str(), StrPool)) in printSymbolizedStackTrace()
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DInterpreter.cpp132 std::string MainExecutableName = in create() local
135 ClangArgv.insert(ClangArgv.begin(), MainExecutableName.c_str()); in create()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DSignals.inc286 const char *MainExecutableName,
742 std::string MainExecutableName = fs::getMainExecutable(nullptr, nullptr);
745 if (MainExecutableName.empty()) {
752 ProgramName = path::filename(MainExecutableName.c_str());
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DSignals.inc503 const char *MainExecutableName,
506 Modules, Offsets, MainExecutableName};
515 const char *MainExecutableName,