Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DSignals.cpp94 const char *MainExecutableName,
134 std::string MainExecutableName = in printSymbolizedStackTrace() local
142 MainExecutableName.c_str(), StrPool)) in printSymbolizedStackTrace()
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DSignals.inc283 const char *MainExecutableName,
711 std::string MainExecutableName = fs::getMainExecutable(nullptr, nullptr);
714 if (MainExecutableName.empty()) {
721 ProgramName = path::filename(MainExecutableName.c_str());
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DSignals.inc433 const char *MainExecutableName,
436 Modules, Offsets, MainExecutableName};
445 const char *MainExecutableName,