Searched refs:MainExecutableName (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Signals.cpp | 128 const char *MainExecutableName, 152 const char *MainExecutableName, in collectAddressSymbols() argument 159 Offsets.data(), MainExecutableName, StrPool)) in collectAddressSymbols() 279 std::string MainExecutableName = in printSymbolizedStackTrace() local 284 StackTrace, Depth, MainExecutableName.c_str(), LLVMSymbolizerPath); in printSymbolizedStackTrace() 316 std::string MainExecutableName = sys::fs::getMainExecutable(nullptr, nullptr); in symbolizeAddresses() local 320 MainExecutableName.c_str(), LLVMSymbolizerPath); in symbolizeAddresses() 332 static bool printMarkupContext(raw_ostream &OS, const char *MainExecutableName); 341 std::string MainExecutableName = in printMarkupStackTrace() local 344 if (!printMarkupContext(OS, MainExecutableName.c_str())) in printMarkupStackTrace()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Signals.inc | 544 const char *MainExecutableName, 547 Modules, Offsets, MainExecutableName}; 554 const char *MainExecutableName; 559 DSOMarkupPrinter(llvm::raw_ostream &OS, const char *MainExecutableName) 560 : OS(OS), MainExecutableName(MainExecutableName) {} 568 IsFirst ? MainExecutableName : Info->dlpi_name); 655 const char *MainExecutableName) { 657 DSOMarkupPrinter MP(OS, MainExecutableName); 665 const char *MainExecutableName, 698 const char *MainExecutableName) { [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 239 const char *MainExecutableName, 254 const char *MainExecutableName) { 702 std::string MainExecutableName = fs::getMainExecutable(nullptr, nullptr); 705 if (MainExecutableName.empty()) { 712 ProgramName = path::filename(MainExecutableName.c_str());
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 157 std::string MainExecutableName = in create() local 160 ClangArgv.insert(ClangArgv.begin(), MainExecutableName.c_str()); in create()
|