Searched defs:ProgName (Results 1 - 11 of 11) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp138 static const DriverSuffix *FindDriverSuffix(StringRef ProgName, size_t &Pos) { argument
171 std::string ProgName = llvm::sys::path::stem(Argv0); local
179 static const DriverSuffix *parseDriverSuffix(StringRef ProgName, size_t &Pos) { argument
207 std::string ProgName = normalizeProgramName(PN); local
[all...]
H A DDriver.cpp1755 StringRef ProgName = A->getValue(); local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1164 << "USAGE: " << ProgName << " <command> -help\n\n" local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp218 const Target *getTarget(const char *ProgName) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp192 static const Target *GetTarget(const char *ProgName) { argument
280 static int AssembleInput(const char *ProgName, const Target *TheTarget, argument
290 WithColor::error(errs(), ProgName) local
325 const char *ProgName = argv[0]; local
362 WithColor::error(errs(), ProgName) local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp353 static void reportError(SMDiagnostic Err, const char *ProgName) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp188 GetOutputStream(const char *TargetName, Triple::OSType OS, const char *ProgName) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp55 static int reportError(const char *ProgName, Twine Msg) { argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp85 static std::string *ProgName; member in namespace:fuzzer
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp368 void SMDiagnostic::print(const char *ProgName, raw_ostream &OS, argument
374 S << ProgName << ": "; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp23 std::string LineEditor::getDefaultHistoryPath(StringRef ProgName) { argument
198 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, argument
286 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, argument

Completed in 149 milliseconds