Searched defs:report_error (Results 1 – 8 of 8) sorted by relevance
/llvm-project/bolt/tools/heatmap/ |
H A D | heatmap.cpp | 37 static void report_error(StringRef Message, std::error_code EC) { in report_error() function 43 static void report_error(StringRef Message, Error E) { in report_error() function
|
/llvm-project/bolt/lib/Utils/ |
H A D | Utils.cpp | 22 void report_error(StringRef Message, std::error_code EC) { in report_error() function 28 void report_error(StringRef Message, Error E) { in report_error() function
|
/llvm-project/bolt/tools/bat-dump/ |
H A D | bat-dump.cpp | 63 static void report_error(StringRef Message, std::error_code EC) { in report_error() function 69 static void report_error(StringRef Message, Error E) { in report_error() function
|
/llvm-project/bolt/tools/driver/ |
H A D | llvm-bolt.cpp | 88 static void report_error(StringRef Message, std::error_code EC) { in report_error() function 94 static void report_error(StringRef Message, Error E) { in report_error() function [all...] |
/llvm-project/bolt/tools/merge-fdata/ |
H A D | merge-fdata.cpp | 83 static void report_error(StringRef Message, std::error_code EC) { report_error() function 89 static void report_error(Twine Message, StringRef CustomError) { report_error() function [all...] |
/llvm-project/libc/src/unistd/ |
H A D | getopt.cpp | 46 template <typename... Ts> void report_error(const char *fmt, Ts... ts) { report_error() function
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfoEntry.cpp | 48 auto report_error = [&](const char *fmt, const auto &...vals) { Extract() local
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectCommands.cpp | 1753 auto report_error = [this, elem_counter, counter] CommandObjectScriptingObjectParsed() local
|