Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModule.h841 void ReportWarning(const char *format, Args &&...args) { in ReportWarning() function
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp213 std::function<void(const Twine &, const DWARFDie &)> ReportWarning) { in analyzeImportedModule()
320 std::function<void(const Twine &, const DWARFDie &)> ReportWarning) { in analyzeContextInfo()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp1178 void Module::ReportWarning(const llvm::formatv_object_base &payload) { in ReportWarning() function in Module
H A DDebugger.cpp1396 void Debugger::ReportWarning(std::string message, in ReportWarning() function in Debugger