/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 24 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 D | LineEditor.cpp | 24 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 D | LineEditor.cpp | 23 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 D | ToolChain.cpp | 101 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 D | llvm-mc.cpp | 196 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 D | Main.cpp | 55 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 D | Main.cpp | 60 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 D | DlltoolDriver.cpp | 101 StringRef ProgName = llvm::sys::path::stem(Argv0); in getPrefix() local
|
/aosp_15_r20/external/llvm/tools/llc/ |
H A D | llc.cpp | 147 const char *ProgName) { in GetOutputStream()
|
/aosp_15_r20/external/clang/tools/driver/ |
H A D | driver.cpp | 328 std::string ProgName = argv[0]; in main() local
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 335 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 D | SourceMgr.cpp | 368 void SMDiagnostic::print(const char *ProgName, raw_ostream &OS, in print()
|
/aosp_15_r20/external/llvm/lib/Fuzzer/ |
H A D | FuzzerDriver.cpp | 73 static std::string *ProgName; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 484 void SMDiagnostic::print(const char *ProgName, raw_ostream &OS, bool ShowColors, in print()
|
/aosp_15_r20/external/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 527 StringRef ProgName(sys::path::filename(argv[0])); in main() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerDriver.cpp | 90 static std::string *ProgName; variable
|