Home
last modified time | relevance | path

Searched refs:ReportWarning (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h795 void ReportWarning(const char *format, Args &&...args) { in ReportWarning() function
796 ReportWarning(llvm::formatv(format, std::forward<Args>(args)...)); in ReportWarning()
1086 void ReportWarning(const llvm::formatv_object_base &payload);
H A DDebugger.h522 ReportWarning(std::string message,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp184 Debugger::ReportWarning(ss.GetString().str(), in GetHistoryThreads()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp96 Debugger::ReportWarning(ss.GetString().str(), in RetrieveReportData()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1088 Debugger::ReportWarning(std::string(ss.GetString()), debugger_id, in ReportWarningOptimization()
1099 Debugger::ReportWarning(std::string(ss.GetString()), debugger_id, in ReportWarningUnsupportedLanguage()
1128 void Module::ReportWarning(const llvm::formatv_object_base &payload) { in ReportWarning() function in Module
1133 Debugger::ReportWarning(std::string(strm.GetString())); in ReportWarning()
H A DDebugger.cpp1544 void Debugger::ReportWarning(std::string message, in ReportWarning() function in Debugger
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp108 module_sp->ReportWarning( in SetSectionLoadAddress()
H A DStopInfo.cpp378 Debugger::ReportWarning( in PerformAction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp142 Debugger::ReportWarning(ss.GetString().str(), in RetrieveReportData()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp625 m_objfile_sp->GetModule()->ReportWarning("{0}", error.GetString()); in CalculateAbilities()
647 m_objfile_sp->GetModule()->ReportWarning( in CalculateAbilities()
657 m_objfile_sp->GetModule()->ReportWarning( in CalculateAbilities()
1940 GetObjectFile()->GetModule()->ReportWarning( in GetDwoSymbolFileForCompileUnit()
2033 GetObjectFile()->GetModule()->ReportWarning( in UpdateExternalModuleListIfNeeded()
2058 GetObjectFile()->GetModule()->ReportWarning( in UpdateExternalModuleListIfNeeded()
2239 GetObjectFile()->GetModule()->ReportWarning( in ResolveSymbolContext()
H A DDWARFASTParserClang.cpp1116 dwarf->GetObjectFile()->GetModule()->ReportWarning( in ParseSubroutine()
1135 dwarf->GetObjectFile()->GetModule()->ReportWarning( in ParseSubroutine()
3000 objfile->GetModule()->ReportWarning( in ParseSingleMember()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp503 Debugger::ReportWarning(llvm::formatv( in GetParentOfInlinedScope()
509 Debugger::ReportWarning(llvm::formatv( in GetParentOfInlinedScope()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2661 Debugger::ReportWarning("could not find Objective-C class data in " in WarnIfNoClassesCached()
2667 Debugger::ReportWarning( in WarnIfNoClassesCached()
2674 Debugger::ReportWarning( in WarnIfNoClassesCached()
2712 Debugger::ReportWarning(os.str(), debugger.GetID(), in WarnIfNoExpandedSharedCache()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp185 std::function<void(const Twine &, const DWARFDie &)> ReportWarning) { in analyzeImportedModule() argument
218 ReportWarning(Twine("Conflicting parseable interfaces for Swift Module ") + in analyzeImportedModule()
298 std::function<void(const Twine &, const DWARFDie &)> ReportWarning) { in analyzeContextInfo() argument
339 ReportWarning); in analyzeContextInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1972 GetModule()->ReportWarning( in GetGnuDebugDataObjectFile()
1983 GetModule()->ReportWarning( in GetGnuDebugDataObjectFile()
3548 GetModule()->ReportWarning( in ReadSectionData()
3560 GetModule()->ReportWarning("Decompression of section '{0}' failed: {1}", in ReadSectionData()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp221 Debugger::ReportWarning("unable to retrieve process ID from minidump file, " in DoLoadCore()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp333 Debugger::ReportWarning(ss.GetString().str(), in RetrieveReportData()