Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h795 void ReportWarning(const char *format, Args &&...args) {
796 ReportWarning(llvm::formatv(format, std::forward<Args>(args)...));
1086 void ReportWarning(const llvm::formatv_object_base &payload);
841 void ReportWarning(const char *format, Args &&...args) { ReportWarning() function
H A DDebugger.h515 ReportWarning(std::string message,
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp184 Debugger::ReportWarning(ss.GetString().str(), in GetHistoryThreads()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp96 Debugger::ReportWarning(ss.GetString().str(), in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1090 Debugger::ReportWarning(std::string(ss.GetString()), debugger_id, in ReportWarningOptimization()
1101 Debugger::ReportWarning(std::string(ss.GetString()), debugger_id, in ReportWarningUnsupportedLanguage()
1130 void Module::ReportWarning(const llvm::formatv_object_base &payload) { in ReportWarning() function in Module
1135 Debugger::ReportWarning(std::string(strm.GetString())); in ReportWarning()
H A DDebugger.cpp1587 void Debugger::ReportWarning(std::string message, in ReportWarning() function in Debugger
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp142 Debugger::ReportWarning(ss.GetString().str(), in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp108 module_sp->ReportWarning( in SetSectionLoadAddress()
H A DStopInfo.cpp378 Debugger::ReportWarning( in PerformAction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp632 m_objfile_sp->GetModule()->ReportWarning("{0}", error.GetString()); in CalculateAbilities()
654 m_objfile_sp->GetModule()->ReportWarning( in CalculateAbilities()
664 m_objfile_sp->GetModule()->ReportWarning( in CalculateAbilities()
1979 GetObjectFile()->GetModule()->ReportWarning( in GetDwoSymbolFileForCompileUnit()
2072 GetObjectFile()->GetModule()->ReportWarning( in UpdateExternalModuleListIfNeeded()
2097 GetObjectFile()->GetModule()->ReportWarning( in UpdateExternalModuleListIfNeeded()
2280 GetObjectFile()->GetModule()->ReportWarning( in ResolveSymbolContext()
H A DDWARFASTParserClang.cpp1091 dwarf->GetObjectFile()->GetModule()->ReportWarning( in ParseCXXMethod()
1111 dwarf->GetObjectFile()->GetModule()->ReportWarning( in ParseCXXMethod()
2930 objfile->GetModule()->ReportWarning( in ParseSingleMember()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp512 Debugger::ReportWarning(llvm::formatv( in GetParentOfInlinedScope()
518 Debugger::ReportWarning(llvm::formatv( in GetParentOfInlinedScope()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2637 Debugger::ReportWarning("could not find Objective-C class data in " in WarnIfNoClassesCached()
2643 Debugger::ReportWarning( in WarnIfNoClassesCached()
2650 Debugger::ReportWarning( in WarnIfNoClassesCached()
2688 Debugger::ReportWarning(os.str(), debugger.GetID(), in WarnIfNoExpandedSharedCache()
/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() 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 DObjectFileELF.cpp2022 GetModule()->ReportWarning( in GetGnuDebugDataObjectFile()
2033 GetModule()->ReportWarning( in GetGnuDebugDataObjectFile()
3638 GetModule()->ReportWarning( in ReadSectionData()
3650 GetModule()->ReportWarning("Decompression of section '{0}' failed: {1}", in ReadSectionData()
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp335 Debugger::ReportWarning(ss.GetString().str(), in RetrieveReportData()