Home
last modified time | relevance | path

Searched defs:ProgName (Results 1 – 7 of 7) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/LineEditor/
H A DLineEditor.cpp22 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 Dllvm-mc.cpp187 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 Ddriver.cpp208 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 Dllc.cpp100 const char *ProgName) { in GetOutputStream()
/minix/external/bsd/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp249 StringRef ProgName(sys::path::filename(argv[0])); in main() local
/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A DSourceMgr.cpp337 void SMDiagnostic::print(const char *ProgName, raw_ostream &S, in print()
H A DCommandLine.cpp798 StringRef ProgName = sys::path::filename(argv[0]); in ParseCommandLineOptions() local