Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp129 const char *MainExecutableName,
171 std::string MainExecutableName = in printSymbolizedStackTrace()
179 MainExecutableName.c_str(), StrPool)) in printSymbolizedStackTrace()
256 static bool printMarkupContext(raw_ostream &OS, const char *MainExecutableName);
265 std::string MainExecutableName =
268 if (!printMarkupContext(OS, MainExecutableName.c_str()))
170 std::string MainExecutableName = printSymbolizedStackTrace() local
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc506 const char *MainExecutableName,
509 Modules, Offsets, MainExecutableName};
516 const char *MainExecutableName;
521 DSOMarkupPrinter(llvm::raw_ostream &OS, 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) {
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc296 const char *MainExecutableName,
311 const char *MainExecutableName) {
761 std::string MainExecutableName = fs::getMainExecutable(nullptr, nullptr);
764 if (MainExecutableName.empty()) {
771 ProgramName = path::filename(MainExecutableName.c_str());
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp146 std::string MainExecutableName = in create() local
149 ClangArgv.insert(ClangArgv.begin(), MainExecutableName.c_str()); in create()