Home
last modified time | relevance | path

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

/external/llvm/lib/LineEditor/
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()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp187 static const Target *GetTarget(const char *ProgName) { in GetTarget()
319 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput()
365 const char *ProgName = argv[0]; in main() local
/external/clang/tools/driver/
Ddriver.cpp208 static const DriverSuffix *FindDriverSuffix(StringRef ProgName) { in FindDriverSuffix()
243 std::string ProgName =llvm::sys::path::stem(ArgVector[0]); in ParseProgName() local
/external/llvm/tools/llc/
Dllc.cpp102 const char *ProgName) { in GetOutputStream()
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp252 StringRef ProgName(sys::path::filename(argv[0])); in main() local
/external/llvm/lib/Fuzzer/
DFuzzerDriver.cpp59 static const char *ProgName; variable
/external/llvm/lib/Support/
DSourceMgr.cpp335 void SMDiagnostic::print(const char *ProgName, raw_ostream &S, in print()