Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDSectionLoadList.cpp135 …module_sp->ReportWarning ("address 0x%16.16" PRIx64 " maps to more than one section: %s.%s and %s.… in SetSectionLoadAddress()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDModule.h960 ReportWarning (const char *format, ...) __attribute__ ((format (printf, 2, 3)));
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFCompileUnit.cpp259 …m_dwarf2Data->GetObjectFile()->GetModule()->ReportWarning ("DWARF compile unit extends beyond its … in ExtractDIEsIfNeeded()
HDSymbolFileDWARF.cpp723 …m_obj_file->GetModule()->ReportWarning ("empty dSYM file detected, dSYM was created with an execut… in CalculateAbilities()
3120 …GetObjectFile()->GetModule()->ReportWarning ("0x%8.8x: compile unit %u failed to create a valid ll… in ResolveSymbolContext()
4009 …GetObjectFile()->GetModule()->ReportWarning ("function at die offset 0x%8.8x had no function type", in FindFunctions()
6801 …GetObjectFile()->GetModule()->ReportWarning ("0x%8.8" PRIx64 ": DW_AT_specification(0x%8.8x) has n… in ParseType()
6824 …GetObjectFile()->GetModule()->ReportWarning ("0x%8.8" PRIx64 ": DW_AT_abstract_origin(0x%8.8x) has… in ParseType()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDModule.cpp1182 Module::ReportWarning (const char *format, ...) in ReportWarning() function in Module