/freebsd/contrib/llvm-project/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 24 std::string LineEditor::getDefaultHistoryPath(StringRef ProgName) { in getDefaultHistoryPath() argument 193 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() argument 281 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/tools/ |
H A D | orc-rt-executor.cpp | 20 void printHelp(std::string_view ProgName, std::ostream &OS) { in printHelp()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
H A D | llvm-mc.cpp | 226 static const Target *GetTarget(const char *ProgName) { in GetTarget() 314 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput() 366 const char *ProgName = argv[0]; in main() local
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Main.cpp | 70 static int reportError(const char *ProgName, Twine Msg) { in reportError()
|
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
H A D | DlltoolDriver.cpp | 103 StringRef ProgName = llvm::sys::path::stem(Argv0); in getPrefix() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 276 const Target *getTarget(const char *ProgName) { in getTarget() 374 const char *ProgName = argv[0]; in main() local
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | ToolChain.cpp | 325 static const DriverSuffix *FindDriverSuffix(StringRef ProgName, size_t &Pos) { in FindDriverSuffix() 359 std::string ProgName = std::string(llvm::sys::path::filename(Argv0)); in normalizeProgramName() local 368 static const DriverSuffix *parseDriverSuffix(StringRef ProgName, size_t &Pos) { in parseDriverSuffix() 403 std::string ProgName = normalizeProgramName(PN); in getTargetAndModeFromProgramName() local
|
H A D | Driver.cpp | 2258 StringRef ProgName = A->getValue(); in HandleImmediateArgs() local 6721 getDriverMode(StringRef ProgName,ArrayRef<const char * > Args) getDriverMode() argument
|
/freebsd/contrib/llvm-project/clang/tools/driver/ |
H A D | driver.cpp | 243 const char *ProgName = in clang_main() local
|
/freebsd/contrib/llvm-project/llvm/tools/lli/ |
H A D | lli.cpp | 409 [[noreturn]] static void reportError(SMDiagnostic Err, const char *ProgName) { in reportError() 921 int runOrcJIT(const char *ProgName) { in runOrcJIT()
|
/freebsd/contrib/llvm-project/llvm/tools/llc/ |
H A D | llc.cpp | 260 const char *ProgName) { in GetOutputStream()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 484 void SMDiagnostic::print(const char *ProgName, raw_ostream &OS, bool ShowColors, in print()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDriver.cpp | 90 static std::string *ProgName; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 1673 static int merge_main(StringRef ProgName) { in merge_main() 3249 static int show_main(StringRef ProgName) { in show_main() 3351 StringRef ProgName(sys::path::filename(argv[0])); in llvm_profdata_main() local
|