Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp129 const char *MainExecutableName,
171 std::string MainExecutableName = in printSymbolizedStackTrace() local
179 MainExecutableName.c_str(), StrPool)) in printSymbolizedStackTrace()
256 static bool printMarkupContext(raw_ostream &OS, const char *MainExecutableName);
265 std::string MainExecutableName = in printMarkupStackTrace() local
268 if (!printMarkupContext(OS, MainExecutableName.c_str())) in printMarkupStackTrace()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc506 const char *MainExecutableName,
509 Modules, Offsets, MainExecutableName};
516 const char *MainExecutableName;
522 : OS(OS), MainExecutableName(MainExecutableName) {}
530 IsFirst ? MainExecutableName : Info->dlpi_name);
617 const char *MainExecutableName) {
619 DSOMarkupPrinter MP(OS, MainExecutableName);
627 const char *MainExecutableName,
660 const char *MainExecutableName) {
668 const char *MainExecutableName,
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc291 const char *MainExecutableName,
306 const char *MainExecutableName) {
756 std::string MainExecutableName = fs::getMainExecutable(nullptr, nullptr);
759 if (MainExecutableName.empty()) {
766 ProgramName = path::filename(MainExecutableName.c_str());
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp139 std::string MainExecutableName = in create() local
142 ClangArgv.insert(ClangArgv.begin(), MainExecutableName.c_str()); in create()