Home
last modified time | relevance | path

Searched defs:ReportWarning (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h841 void ReportWarning(const char *format, Args &&...args) { ReportWarning() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp194 std::function<void(const Twine &, const DWARFDie &)> ReportWarning) { in analyzeImportedModule()
309 std::function<void(const Twine &, const DWARFDie &)> ReportWarning) { in analyzeContextInfo()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1130 void Module::ReportWarning(const llvm::formatv_object_base &payload) { in ReportWarning() function in Module
H A DDebugger.cpp1587 void Debugger::ReportWarning(std::string message, in ReportWarning() function in Debugger