Searched defs:ProgName (Results 1 – 7 of 7) sorted by relevance
| /external/llvm/lib/LineEditor/ |
| D | LineEditor.cpp | 22 std::string LineEditor::getDefaultHistoryPath(StringRef ProgName) { in getDefaultHistoryPath() 193 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() 281 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor()
|
| /external/llvm/tools/llvm-mc/ |
| D | llvm-mc.cpp | 187 static const Target *GetTarget(const char *ProgName) { in GetTarget() 320 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput() 365 const char *ProgName = argv[0]; in main() local
|
| /external/llvm/tools/llvm-profdata/ |
| D | llvm-profdata.cpp | 159 StringRef ProgName(sys::path::filename(argv[0])); in main() local
|
| /external/llvm/tools/llc/ |
| D | llc.cpp | 116 const char *ProgName) { in GetOutputStream()
|
| /external/clang/tools/driver/ |
| D | driver.cpp | 230 std::string ProgName(llvm::sys::path::stem(ArgVector[0])); in ParseProgName() local
|
| /external/llvm/lib/Support/ |
| D | SourceMgr.cpp | 342 void SMDiagnostic::print(const char *ProgName, raw_ostream &S, in print()
|
| D | CommandLine.cpp | 763 StringRef ProgName = sys::path::filename(argv[0]); in ParseCommandLineOptions() local
|