| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | DiagnosticEventTest.cpp | 66 Debugger::ReportWarning("foo", debugger_sp->GetID()); in TEST_F() 152 Debugger::ReportWarning("foo", debugger_sp->GetID(), &once); in TEST_F() 169 Debugger::ReportWarning("foo", debugger_sp->GetID(), &once); in TEST_F() 172 Debugger::ReportWarning("foo", debugger_sp->GetID()); in TEST_F()
|
| /llvm-project-15.0.7/flang/include/flang/Common/ |
| H A D | format.h | 95 void ReportWarning(const char *text) { ReportWarning(text, token_); } in ENUM_CLASS() 96 void ReportWarning( in ENUM_CLASS() 254 ReportWarning("Legacy 'H' edit descriptor"); in NextToken() 475 ReportWarning("Expected '%s' edit descriptor 'w' value"); // C1306 in check_w() 785 ReportWarning( in Check() 803 ReportWarning("Non-standard '\\' edit descriptor"); in Check() 808 ReportWarning("Non-standard '$' edit descriptor"); in Check() 894 ReportWarning(s); in Check()
|
| /llvm-project-15.0.7/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 185 Debugger::ReportWarning(ss.GetString().str(), in GetHistoryThreads()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 142 Debugger::ReportWarning(ss.GetString().str(), in RetrieveReportData()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | SectionLoadList.cpp | 108 module_sp->ReportWarning( in SetSectionLoadAddress()
|
| H A D | StopInfo.cpp | 382 Debugger::ReportWarning( in PerformAction()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 142 Debugger::ReportWarning(ss.GetString().str(), in RetrieveReportData()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Module.cpp | 1124 Debugger::ReportWarning(std::string(ss.GetString()), debugger_id, in ReportWarningOptimization() 1135 Debugger::ReportWarning(std::string(ss.GetString()), debugger_id, in ReportWarningUnsupportedLanguage() 1183 void Module::ReportWarning(const char *format, ...) { in ReportWarning() function in Module 1194 Debugger::ReportWarning(std::string(strm.GetString())); in ReportWarning()
|
| H A D | Debugger.cpp | 1394 void Debugger::ReportWarning(std::string message, in ReportWarning() function in Debugger
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 407 ReportWarning(std::string messsage,
|
| H A D | Module.h | 809 void ReportWarning(const char *format, ...)
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderMacOS.cpp | 347 Debugger::ReportWarning( in NotifyBreakpointHit()
|
| H A D | DynamicLoaderMacOSXDYLD.cpp | 404 Debugger::ReportWarning( in NotifyBreakpointHit()
|
| H A D | DynamicLoaderDarwin.cpp | 340 Debugger::ReportWarning( in UnloadModuleSections()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 558 m_objfile_sp->GetModule()->ReportWarning( in CalculateAbilities() 582 m_objfile_sp->GetModule()->ReportWarning( in CalculateAbilities() 1750 GetObjectFile()->GetModule()->ReportWarning( in GetDwoSymbolFileForCompileUnit() 1838 GetObjectFile()->GetModule()->ReportWarning( in UpdateExternalModuleListIfNeeded() 1863 GetObjectFile()->GetModule()->ReportWarning( in UpdateExternalModuleListIfNeeded() 2043 GetObjectFile()->GetModule()->ReportWarning( in ResolveSymbolContext()
|
| H A D | DWARFASTParserClang.cpp | 1071 dwarf->GetObjectFile()->GetModule()->ReportWarning( in ParseSubroutine() 1090 dwarf->GetObjectFile()->GetModule()->ReportWarning( in ParseSubroutine() 2768 objfile->GetModule()->ReportWarning( in ParseSingleMember()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 498 Debugger::ReportWarning(llvm::formatv( in GetParentOfInlinedScope() 504 Debugger::ReportWarning(llvm::formatv( in GetParentOfInlinedScope()
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 212 std::function<void(const Twine &, const DWARFDie &)> ReportWarning) { in analyzeImportedModule() argument 239 ReportWarning(Twine("Conflicting parseable interfaces for Swift Module ") + in analyzeImportedModule() 318 std::function<void(const Twine &, const DWARFDie &)> ReportWarning, in analyzeContextInfo() argument 360 ReportWarning); in analyzeContextInfo()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.cpp | 2495 Debugger::ReportWarning("could not find Objective-C class data in " in WarnIfNoClassesCached() 2501 Debugger::ReportWarning( in WarnIfNoClassesCached() 2540 Debugger::ReportWarning(os.str(), debugger.GetID(), in WarnIfNoExpandedSharedCache()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1926 GetModule()->ReportWarning( in GetGnuDebugDataObjectFile() 1937 GetModule()->ReportWarning( in GetGnuDebugDataObjectFile() 3377 GetModule()->ReportWarning( in ReadSectionData() 3389 GetModule()->ReportWarning( in ReadSectionData()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 333 Debugger::ReportWarning(ss.GetString().str(), in RetrieveReportData()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 296 Debugger::ReportWarning("unable to retrieve process ID from minidump file, " in DoLoadCore()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 1384 GetModule()->ReportWarning( in SanitizeSegmentCommand() 1403 GetModule()->ReportWarning( in SanitizeSegmentCommand() 6025 GetModule()->ReportWarning("minimum OS version load command with "
|