Searched defs:ProgName (Results 1 – 4 of 4) sorted by relevance
23 std::string LineEditor::getDefaultHistoryPath(StringRef ProgName) { in getDefaultHistoryPath()198 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor()286 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor()
55 static int reportError(const char *ProgName, Twine Msg) { in reportError()
368 void SMDiagnostic::print(const char *ProgName, raw_ostream &OS, in print()
76 static std::string *ProgName; variable