Home
last modified time | relevance | path

Searched defs:ProgName (Results 1 – 8 of 8) 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.cpp191 static const Target *GetTarget(const char *ProgName) { in GetTarget()
343 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput()
391 const char *ProgName = argv[0]; in main() local
/external/clang/lib/Driver/
DToolChain.cpp100 const DriverSuffix *FindDriverSuffix(StringRef ProgName) { in FindDriverSuffix()
128 std::string ProgName = llvm::sys::path::stem(Argv0); in normalizeProgramName() local
136 const DriverSuffix *parseDriverSuffix(StringRef ProgName) { in parseDriverSuffix()
165 std::string ProgName = normalizeProgramName(PN); in getTargetAndModeFromProgramName() local
/external/llvm/tools/llc/
Dllc.cpp110 const char *ProgName) { in GetOutputStream()
/external/clang/tools/driver/
Ddriver.cpp327 std::string ProgName = argv[0]; in main() local
/external/llvm/lib/Fuzzer/
DFuzzerDriver.cpp66 static std::string *ProgName; variable
/external/llvm/lib/Support/
DSourceMgr.cpp335 void SMDiagnostic::print(const char *ProgName, raw_ostream &S, bool ShowColors, in print()
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp414 StringRef ProgName(sys::path::filename(argv[0])); in main() local