Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDSectionLoadList.cpp107 module_sp->ReportWarning( in SetSectionLoadAddress()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDModule.h795 void ReportWarning(const char *format, ...)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp532 m_objfile_sp->GetModule()->ReportWarning( in CalculateAbilities()
557 m_objfile_sp->GetModule()->ReportWarning( in CalculateAbilities()
1697 GetObjectFile()->GetModule()->ReportWarning( in UpdateExternalModuleListIfNeeded()
1722 GetObjectFile()->GetModule()->ReportWarning( in UpdateExternalModuleListIfNeeded()
1906 GetObjectFile()->GetModule()->ReportWarning( in ResolveSymbolContext()
HDDWARFASTParserClang.cpp999 dwarf->GetObjectFile()->GetModule()->ReportWarning( in ParseSubroutine()
1018 dwarf->GetObjectFile()->GetModule()->ReportWarning( in ParseSubroutine()
2623 objfile->GetModule()->ReportWarning( in ParseSingleMember()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1878 GetModule()->ReportWarning( in GetGnuDebugDataObjectFile()
1889 GetModule()->ReportWarning( in GetGnuDebugDataObjectFile()
3333 GetModule()->ReportWarning( in ReadSectionData()
3346 GetModule()->ReportWarning( in ReadSectionData()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDModule.cpp1143 void Module::ReportWarning(const char *format, ...) { in ReportWarning() function in Module