Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Core/
H A DDiagnosticEventTest.cpp66 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 Dformat.h95 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 DMemoryHistoryASan.cpp185 Debugger::ReportWarning(ss.GetString().str(), in GetHistoryThreads()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp142 Debugger::ReportWarning(ss.GetString().str(), in RetrieveReportData()
/llvm-project-15.0.7/lldb/source/Target/
H A DSectionLoadList.cpp108 module_sp->ReportWarning( in SetSectionLoadAddress()
H A DStopInfo.cpp382 Debugger::ReportWarning( in PerformAction()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp142 Debugger::ReportWarning(ss.GetString().str(), in RetrieveReportData()
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp1124 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 DDebugger.cpp1394 void Debugger::ReportWarning(std::string message, in ReportWarning() function in Debugger
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h407 ReportWarning(std::string messsage,
H A DModule.h809 void ReportWarning(const char *format, ...)
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp347 Debugger::ReportWarning( in NotifyBreakpointHit()
H A DDynamicLoaderMacOSXDYLD.cpp404 Debugger::ReportWarning( in NotifyBreakpointHit()
H A DDynamicLoaderDarwin.cpp340 Debugger::ReportWarning( in UnloadModuleSections()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp558 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 DDWARFASTParserClang.cpp1071 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 DSymbolContext.cpp498 Debugger::ReportWarning(llvm::formatv( in GetParentOfInlinedScope()
504 Debugger::ReportWarning(llvm::formatv( in GetParentOfInlinedScope()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp212 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 DAppleObjCRuntimeV2.cpp2495 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 DObjectFileELF.cpp1926 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 DInstrumentationRuntimeTSan.cpp333 Debugger::ReportWarning(ss.GetString().str(), in RetrieveReportData()
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp296 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 DObjectFileMachO.cpp1384 GetModule()->ReportWarning( in SanitizeSegmentCommand()
1403 GetModule()->ReportWarning( in SanitizeSegmentCommand()
6025 GetModule()->ReportWarning("minimum OS version load command with "