Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSignals.cpp128 const char *MainExecutableName,
170 std::string MainExecutableName = in printSymbolizedStackTrace() local
178 MainExecutableName.c_str(), StrPool)) in printSymbolizedStackTrace()
/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DInterpreter.cpp131 std::string MainExecutableName = in create() local
134 ClangArgv.insert(ClangArgv.begin(), MainExecutableName.c_str()); in create()
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DSignals.inc291 const char *MainExecutableName,
751 std::string MainExecutableName = fs::getMainExecutable(nullptr, nullptr);
754 if (MainExecutableName.empty()) {
761 ProgramName = path::filename(MainExecutableName.c_str());
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DSignals.inc505 const char *MainExecutableName,
508 Modules, Offsets, MainExecutableName};
517 const char *MainExecutableName,