Home
last modified time | relevance | path

Searched defs:report_error (Results 1 – 8 of 8) sorted by relevance

/llvm-project/bolt/tools/heatmap/
H A Dheatmap.cpp37 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 DUtils.cpp22 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 Dbat-dump.cpp63 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 Dllvm-bolt.cpp88 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 Dmerge-fdata.cpp83 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 Dgetopt.cpp46 template <typename... Ts> void report_error(const char *fmt, Ts... ts) { report_error() function
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp48 auto report_error = [&](const char *fmt, const auto &...vals) { Extract() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1753 auto report_error = [this, elem_counter, counter] CommandObjectScriptingObjectParsed() local