Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DSectionLoadList.cpp107 module_sp->ReportWarning( in SetSectionLoadAddress()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DModule.h798 void ReportWarning(const char *format, ...)
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp559 m_objfile_sp->GetModule()->ReportWarning( in CalculateAbilities()
584 m_objfile_sp->GetModule()->ReportWarning( in CalculateAbilities()
1748 GetObjectFile()->GetModule()->ReportWarning( in UpdateExternalModuleListIfNeeded()
1773 GetObjectFile()->GetModule()->ReportWarning( in UpdateExternalModuleListIfNeeded()
1950 GetObjectFile()->GetModule()->ReportWarning( in ResolveSymbolContext()
DDWARFASTParserClang.cpp1055 dwarf->GetObjectFile()->GetModule()->ReportWarning( in ParseSubroutine()
1074 dwarf->GetObjectFile()->GetModule()->ReportWarning( in ParseSubroutine()
2563 objfile->GetModule()->ReportWarning( in ParseSingleMember()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp210 std::function<void(const Twine &, const DWARFDie &)> ReportWarning) { in analyzeImportedModule() argument
236 ReportWarning( in analyzeImportedModule()
317 std::function<void(const Twine &, const DWARFDie &)> ReportWarning, in analyzeContextInfo() argument
359 ReportWarning); in analyzeContextInfo()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1896 GetModule()->ReportWarning( in GetGnuDebugDataObjectFile()
1907 GetModule()->ReportWarning( in GetGnuDebugDataObjectFile()
3366 GetModule()->ReportWarning( in ReadSectionData()
3379 GetModule()->ReportWarning( in ReadSectionData()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DModule.cpp1161 void Module::ReportWarning(const char *format, ...) { in ReportWarning() function in Module