Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DSignals.cpp101 const char *MainExecutableName,
143 std::string MainExecutableName = in printSymbolizedStackTrace() local
151 MainExecutableName.c_str(), StrPool)) in printSymbolizedStackTrace()
/netbsd/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DInterpreter.cpp125 std::string MainExecutableName = in create() local
128 ClangArgv.insert(ClangArgv.begin(), MainExecutableName.c_str()); in create()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DSignals.inc282 const char *MainExecutableName,
731 std::string MainExecutableName = fs::getMainExecutable(nullptr, nullptr);
734 if (MainExecutableName.empty()) {
741 ProgramName = path::filename(MainExecutableName.c_str());
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DSignals.inc503 const char *MainExecutableName,
506 Modules, Offsets, MainExecutableName};
515 const char *MainExecutableName,