/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | Module.h | 841 void ReportWarning(const char *format, Args &&...args) { in ReportWarning() function 842 ReportWarning(llvm::formatv(format, std::forward<Args>(args)...)); in ReportWarning() 1175 void ReportWarning(const llvm::formatv_object_base &payload);
|
H A D | Debugger.h | 405 ReportWarning(std::string message,
|
/openbsd/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/ |
H A D | MemoryHistoryASan.cpp | 185 Debugger::ReportWarning(ss.GetString().str(), in GetHistoryThreads()
|
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
H A D | InstrumentationRuntimeASan.cpp | 142 Debugger::ReportWarning(ss.GetString().str(), in RetrieveReportData()
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | SectionLoadList.cpp | 108 module_sp->ReportWarning( in SetSectionLoadAddress()
|
H A D | StopInfo.cpp | 374 Debugger::ReportWarning( in PerformAction()
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | Module.cpp | 1138 Debugger::ReportWarning(std::string(ss.GetString()), debugger_id, in ReportWarningOptimization() 1149 Debugger::ReportWarning(std::string(ss.GetString()), debugger_id, in ReportWarningUnsupportedLanguage() 1178 void Module::ReportWarning(const llvm::formatv_object_base &payload) { in ReportWarning() function in Module 1183 Debugger::ReportWarning(std::string(strm.GetString())); in ReportWarning()
|
H A D | Debugger.cpp | 1396 void Debugger::ReportWarning(std::string message, in ReportWarning() function in Debugger
|
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
H A D | InstrumentationRuntimeUBSan.cpp | 142 Debugger::ReportWarning(ss.GetString().str(), in RetrieveReportData()
|
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV2.cpp | 2506 Debugger::ReportWarning("could not find Objective-C class data in " in WarnIfNoClassesCached() 2512 Debugger::ReportWarning( in WarnIfNoClassesCached() 2519 Debugger::ReportWarning( in WarnIfNoClassesCached() 2557 Debugger::ReportWarning(os.str(), debugger.GetID(), in WarnIfNoExpandedSharedCache()
|
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderMacOS.cpp | 376 Debugger::ReportWarning( in NotifyBreakpointHit()
|
H A D | DynamicLoaderMacOSXDYLD.cpp | 414 Debugger::ReportWarning( in NotifyBreakpointHit()
|
H A D | DynamicLoaderDarwin.cpp | 340 Debugger::ReportWarning( in UnloadModuleSections()
|
/openbsd/gnu/llvm/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() 1789 GetObjectFile()->GetModule()->ReportWarning( in GetDwoSymbolFileForCompileUnit() 1882 GetObjectFile()->GetModule()->ReportWarning( in UpdateExternalModuleListIfNeeded() 1907 GetObjectFile()->GetModule()->ReportWarning( in UpdateExternalModuleListIfNeeded() 2088 GetObjectFile()->GetModule()->ReportWarning( in ResolveSymbolContext()
|
H A D | DWARFASTParserClang.cpp | 1068 dwarf->GetObjectFile()->GetModule()->ReportWarning( in ParseSubroutine() 1087 dwarf->GetObjectFile()->GetModule()->ReportWarning( in ParseSubroutine() 2848 objfile->GetModule()->ReportWarning( in ParseSingleMember()
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | SymbolContext.cpp | 498 Debugger::ReportWarning(llvm::formatv( in GetParentOfInlinedScope() 504 Debugger::ReportWarning(llvm::formatv( in GetParentOfInlinedScope()
|
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp | 213 std::function<void(const Twine &, const DWARFDie &)> ReportWarning) { in analyzeImportedModule() argument 241 ReportWarning(Twine("Conflicting parseable interfaces for Swift Module ") + in analyzeImportedModule() 320 std::function<void(const Twine &, const DWARFDie &)> ReportWarning) { in analyzeContextInfo() argument 361 ReportWarning); in analyzeContextInfo()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1943 GetModule()->ReportWarning( in GetGnuDebugDataObjectFile() 1954 GetModule()->ReportWarning( in GetGnuDebugDataObjectFile() 3439 GetModule()->ReportWarning( in ReadSectionData() 3451 GetModule()->ReportWarning("Decompression of section '{0}' failed: {1}", in ReadSectionData()
|
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 333 Debugger::ReportWarning(ss.GetString().str(), in RetrieveReportData()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 298 Debugger::ReportWarning("unable to retrieve process ID from minidump file, " in DoLoadCore()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
H A D | ObjectFileMachO.cpp | 1401 GetModule()->ReportWarning( in SanitizeSegmentCommand() 1419 GetModule()->ReportWarning( in SanitizeSegmentCommand() 6041 GetModule()->ReportWarning("minimum OS version load command with "
|