Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/LineEditor/
H A DLineEditor.cpp24 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()
/openbsd/gnu/llvm/compiler-rt/lib/orc/tests/tools/
H A Dorc-rt-executor.cpp20 void printHelp(std::string_view ProgName, std::ostream &OS) { in printHelp()
/openbsd/gnu/llvm/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp232 static const Target *GetTarget(const char *ProgName) { in GetTarget()
320 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput()
368 const char *ProgName = argv[0]; in main() local
/openbsd/gnu/llvm/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp88 static Triple GetTriple(StringRef ProgName, opt::InputArgList &Args) { in GetTriple()
134 static int AssembleInput(StringRef ProgName, const Target *TheTarget, in AssembleInput()
198 StringRef ProgName = sys::path::filename(Argv[0]); in main() local
/openbsd/gnu/llvm/llvm/tools/llvm-mc-assemble-fuzzer/
H A Dllvm-mc-assemble-fuzzer.cpp108 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput()
196 const char *ProgName = "llvm-mc-fuzzer"; in AssembleOneInput() local
/openbsd/gnu/llvm/llvm/lib/TableGen/
H A DMain.cpp60 static int reportError(const char *ProgName, Twine Msg) { in reportError()
/openbsd/gnu/llvm/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp242 const Target *getTarget(const char *ProgName) { in getTarget()
340 const char *ProgName = argv[0]; in main() local
/openbsd/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp195 static const DriverSuffix *FindDriverSuffix(StringRef ProgName, size_t &Pos) { in FindDriverSuffix()
229 std::string ProgName = std::string(llvm::sys::path::filename(Argv0)); in normalizeProgramName() local
238 static const DriverSuffix *parseDriverSuffix(StringRef ProgName, size_t &Pos) { in parseDriverSuffix()
273 std::string ProgName = normalizeProgramName(PN); in getTargetAndModeFromProgramName() local
H A DDriver.cpp2173 StringRef ProgName = A->getValue(); in HandleImmediateArgs() local
6427 llvm::StringRef clang::driver::getDriverMode(StringRef ProgName, in getDriverMode()
/openbsd/gnu/llvm/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp101 StringRef ProgName = llvm::sys::path::stem(Argv0); in getPrefix() local
/openbsd/gnu/llvm/llvm/tools/lli/
H A Dlli.cpp417 [[noreturn]] static void reportError(SMDiagnostic Err, const char *ProgName) { in reportError()
832 int runOrcJIT(const char *ProgName) { in runOrcJIT()
/openbsd/gnu/llvm/llvm/tools/llc/
H A Dllc.cpp241 const char *ProgName) { in GetOutputStream()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DSourceMgr.cpp484 void SMDiagnostic::print(const char *ProgName, raw_ostream &OS, bool ShowColors, in print()
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp90 static std::string *ProgName; variable
/openbsd/gnu/llvm/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp284 StringRef ProgName = llvm::sys::path::stem(Argv0); in isWindres() local
/openbsd/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2978 StringRef ProgName(sys::path::filename(argv[0])); in llvm_profdata_main() local