Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/tools/
H A Dorc-rt-executor.cpp20 void printHelp(std::string_view ProgName, std::ostream &OS) { in printHelp()
/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp25 std::string LineEditor::getDefaultHistoryPath(StringRef ProgName) { in getDefaultHistoryPath()
194 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor()
287 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp243 static const Target *GetTarget(const char *ProgName) { in GetTarget()
331 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput()
384 const char *ProgName = argv[0]; in main() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp80 static int reportError(const char *ProgName, Twine Msg) { in reportError()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp295 const Target *getTarget(const char *ProgName) { in getTarget()
393 const char *ProgName = argv[0]; in main() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp406 static const DriverSuffix *FindDriverSuffix(StringRef ProgName, size_t &Pos) { in FindDriverSuffix()
443 std::string ProgName = std::string(llvm::sys::path::filename(Argv0)); in normalizeProgramName() local
452 static const DriverSuffix *parseDriverSuffix(StringRef ProgName, size_t &Pos) { in parseDriverSuffix()
487 std::string ProgName = normalizeProgramName(PN); in getTargetAndModeFromProgramName() local
H A DDriver.cpp2558 StringRef ProgName = A->getValue(); in HandleImmediateArgs() local
7151 llvm::StringRef clang::driver::getDriverMode(StringRef ProgName, in getDriverMode()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp251 const char *ProgName = in clang_main() local
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp110 StringRef ProgName = llvm::sys::path::stem(Argv0); in getPrefix() local
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp410 [[noreturn]] static void reportError(SMDiagnostic Err, const char *ProgName) { in reportError()
923 int runOrcJIT(const char *ProgName) { in runOrcJIT()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp264 const char *ProgName) { in GetOutputStream()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp484 void SMDiagnostic::print(const char *ProgName, raw_ostream &OS, bool ShowColors, in print()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp91 static std::string *ProgName; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1769 static int merge_main(StringRef ProgName) { in merge_main()
3374 static int show_main(StringRef ProgName) { in show_main()
3476 StringRef ProgName(sys::path::filename(argv[0])); in llvm_profdata_main() local