Searched defs:ProgName (Results 1 – 7 of 7) sorted by relevance
/minix/external/bsd/llvm/dist/llvm/lib/LineEditor/ |
H A 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()
|
/minix/external/bsd/llvm/dist/llvm/tools/llvm-mc/ |
H A D | llvm-mc.cpp | 187 static const Target *GetTarget(const char *ProgName) { in GetTarget() 319 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput() 364 const char *ProgName = argv[0]; in main() local
|
/minix/external/bsd/llvm/dist/clang/tools/driver/ |
H A D | driver.cpp | 208 static const DriverSuffix *FindDriverSuffix(StringRef ProgName) { in FindDriverSuffix() 243 std::string ProgName =llvm::sys::path::stem(ArgVector[0]); in ParseProgName() local
|
/minix/external/bsd/llvm/dist/llvm/tools/llc/ |
H A D | llc.cpp | 100 const char *ProgName) { in GetOutputStream()
|
/minix/external/bsd/llvm/dist/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 249 StringRef ProgName(sys::path::filename(argv[0])); in main() local
|
/minix/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 337 void SMDiagnostic::print(const char *ProgName, raw_ostream &S, in print()
|
H A D | CommandLine.cpp | 798 StringRef ProgName = sys::path::filename(argv[0]); in ParseCommandLineOptions() local
|