| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Module.h | 800 void ReportWarning(const char *format, Args &&...args) { in ReportWarning() function 801 ReportWarning(llvm::formatv(format, std::forward<Args>(args)...)); in ReportWarning() 1102 void ReportWarning(const llvm::formatv_object_base &payload);
|
| H A D | Debugger.h | 527 ReportWarning(std::string message,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 192 Debugger::ReportWarning(ss.GetString().str(), in GetHistoryThreads()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
| H A D | ReportRetriever.cpp | 103 Debugger::ReportWarning(ss.GetString().str(), in RetrieveReportData()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | |
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 1072 Debugger::ReportWarning(msg.str(), debugger_id, GetDiagnosticOnceFlag(msg)); in ReportWarningOptimization() 1083 Debugger::ReportWarning(msg.str(), debugger_id, GetDiagnosticOnceFlag(msg)); in ReportWarningUnsupportedLanguage() 1119 void Module::ReportWarning(const llvm::formatv_object_base &payload) { in ReportWarning() function in Module 1124 Debugger::ReportWarning(strm.GetString().str(), {}, in ReportWarning()
|
| H A D | SourceManager.cpp | 316 Debugger::ReportWarning( in DisplaySourceLinesWithLineNumbersUsingLastFile()
|
| H A D | Debugger.cpp | 1758 void Debugger::ReportWarning(std::string message, in ReportWarning() function in Debugger
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | SectionLoadList.cpp | 108 module_sp->ReportWarning( in SetSectionLoadAddress()
|
| H A D | StopInfo.cpp | 399 Debugger::ReportWarning( in PerformAction()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 140 Debugger::ReportWarning(ss.GetString().str(), in RetrieveReportData()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 638 m_objfile_sp->GetModule()->ReportWarning("{0}", error.GetString()); in CalculateAbilities() 660 m_objfile_sp->GetModule()->ReportWarning( in CalculateAbilities() 670 m_objfile_sp->GetModule()->ReportWarning( in CalculateAbilities() 1918 GetObjectFile()->GetModule()->ReportWarning( in GetDwoSymbolFileForCompileUnit() 2014 GetObjectFile()->GetModule()->ReportWarning( in UpdateExternalModuleListIfNeeded() 2016 GetObjectFile()->GetModule()->ReportWarning( in UpdateExternalModuleListIfNeeded() 2038 GetObjectFile()->GetModule()->ReportWarning( in UpdateExternalModuleListIfNeeded() 2221 GetObjectFile()->GetModule()->ReportWarning( in ResolveSymbolContext()
|
| H A D | DWARFASTParserClang.cpp | 1179 dwarf->GetObjectFile()->GetModule()->ReportWarning( in ParseCXXMethod() 1199 dwarf->GetObjectFile()->GetModule()->ReportWarning( in ParseCXXMethod() 3035 objfile->GetModule()->ReportWarning( in ParseSingleMember()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 469 Debugger::ReportWarning(llvm::formatv( in GetParentOfInlinedScope() 475 Debugger::ReportWarning(llvm::formatv( in GetParentOfInlinedScope()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.cpp | 2653 Debugger::ReportWarning("could not find Objective-C class data in " in WarnIfNoClassesCached() 2659 Debugger::ReportWarning( in WarnIfNoClassesCached() 2666 Debugger::ReportWarning( in WarnIfNoClassesCached() 2707 Debugger::ReportWarning(buffer, debugger.GetID(), in WarnIfNoExpandedSharedCache()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 194 std::function<void(const Twine &, const DWARFDie &)> ReportWarning) { in analyzeImportedModule() argument 229 ReportWarning(Twine("Conflicting parseable interfaces for Swift Module ") + in analyzeImportedModule() 309 std::function<void(const Twine &, const DWARFDie &)> ReportWarning) { in analyzeContextInfo() argument 350 ReportWarning); in analyzeContextInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1987 GetModule()->ReportWarning( in GetGnuDebugDataObjectFile() 1998 GetModule()->ReportWarning( in GetGnuDebugDataObjectFile() 3729 GetModule()->ReportWarning( in ReadSectionData() 3741 GetModule()->ReportWarning("Decompression of section '{0}' failed: {1}", in ReadSectionData()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 335 Debugger::ReportWarning(ss.GetString().str(), in RetrieveReportData()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 236 Debugger::ReportWarning("unable to retrieve process ID from minidump file, " in DoLoadCore()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 713 Debugger::ReportWarning(std::move(err), /*debugger_id=*/std::nullopt, in CreateASTContext()
|