Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/llvm/lib/LineEditor/
H A DLineEditor.cpp24 std::string LineEditor::getDefaultHistoryPath(StringRef ProgName) { in getDefaultHistoryPath()
199 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor()
287 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
H A DLineEditor.cpp23 std::string LineEditor::getDefaultHistoryPath(StringRef ProgName) { in getDefaultHistoryPath()
198 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor()
286 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor()
/aosp_15_r20/external/clang/lib/Driver/
H A DToolChain.cpp101 const DriverSuffix *FindDriverSuffix(StringRef ProgName) { in FindDriverSuffix()
129 std::string ProgName = llvm::sys::path::stem(Argv0); in normalizeProgramName() local
137 const DriverSuffix *parseDriverSuffix(StringRef ProgName) { in parseDriverSuffix()
166 std::string ProgName = normalizeProgramName(PN); in getTargetAndModeFromProgramName() local
/aosp_15_r20/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp196 static const Target *GetTarget(const char *ProgName) { in GetTarget()
348 static int AssembleInput(const char *ProgName, const Target *TheTarget, in AssembleInput()
396 const char *ProgName = argv[0]; in main() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DMain.cpp55 static int reportError(const char *ProgName, Twine Msg) { in reportError()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
H A DMain.cpp60 static int reportError(const char *ProgName, Twine Msg) { in reportError()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp101 StringRef ProgName = llvm::sys::path::stem(Argv0); in getPrefix() local
/aosp_15_r20/external/llvm/tools/llc/
H A Dllc.cpp147 const char *ProgName) { in GetOutputStream()
/aosp_15_r20/external/clang/tools/driver/
H A Ddriver.cpp328 std::string ProgName = argv[0]; in main() local
/aosp_15_r20/external/llvm/lib/Support/
H A DSourceMgr.cpp335 void SMDiagnostic::print(const char *ProgName, raw_ostream &S, bool ShowColors, in print()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSourceMgr.cpp368 void SMDiagnostic::print(const char *ProgName, raw_ostream &OS, in print()
/aosp_15_r20/external/llvm/lib/Fuzzer/
H A DFuzzerDriver.cpp73 static std::string *ProgName; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DSourceMgr.cpp484 void SMDiagnostic::print(const char *ProgName, raw_ostream &OS, bool ShowColors, in print()
/aosp_15_r20/external/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp527 StringRef ProgName(sys::path::filename(argv[0])); in main() local
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerDriver.cpp90 static std::string *ProgName; variable