Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDLLVMConventionsChecker.cpp224 void ReportError(QualType T);
245 ReportError(T); in Visit()
257 void ASTFieldVisitor::ReportError(QualType T) { in ReportError() function in ASTFieldVisitor
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp422 …m_obj_file->GetModule()->ReportError ("N_SO in symbol with UID %u has invalid sibling in debug map… in InitOSO()
439 …m_obj_file->GetModule()->ReportError ("N_OSO symbol[%u] can't be found, please file a bug and atta… in InitOSO()
441 …m_obj_file->GetModule()->ReportError ("N_SO not found for N_OSO symbol[%u], please file a bug and … in InitOSO()
443 …m_obj_file->GetModule()->ReportError ("N_SO has incorrect symbol type (%u) for N_OSO symbol[%u], p… in InitOSO()
445 …m_obj_file->GetModule()->ReportError ("N_OSO has incorrect symbol type (%u) for N_OSO symbol[%u], … in InitOSO()
484 …obj_file->GetModule()->ReportError ("debug map object file '%s' has changed (actual time is 0x%" P… in GetModuleByCompUnitInfo()
HDSymbolFileDWARF.cpp2059 …GetObjectFile()->GetModule()->ReportError ("0x%8.8" PRIx64 ": DW_TAG_member '%s' refers to type 0x… in ParseChildMembers()
2084 …GetObjectFile()->GetModule()->ReportError ("0x%8.8" PRIx64 ": DW_TAG_member '%s' refers to type 0x… in ParseChildMembers()
2089 …GetObjectFile()->GetModule()->ReportError ("0x%8.8" PRIx64 ": DW_TAG_member refers to type 0x%8.8"… in ParseChildMembers()
2573 …GetObjectFile()->GetModule()->ReportError ("DWARF DIE at 0x%8.8x for class '%s' has a base class '… in ResolveClangOpaqueTypeDefinition()
2708 …GetObjectFile()->GetModule()->ReportError ("Parsing a die that is being parsed die: 0x%8.8x: %s %s… in ResolveType()
3694 …GetObjectFile()->GetModule()->ReportError ("the DWARF debug information has been modified (.apple_… in FindFunctions()
6657 …GetObjectFile()->GetModule()->ReportError ("{0x%8.8x}: invalid Objective-C method 0x%4.4x (%s), pl… in ParseType()
7069 …GetObjectFile()->GetModule()->ReportError ("{0x%8.8x}: unhandled type tag 0x%4.4x (%s), please fil… in ParseType()
7480 …GetObjectFile()->GetModule()->ReportError ("0x%8.8x: %s has an invalid location: %s", die->GetOffs… in ParseVariableDIE()
7747 …GetObjectFile()->GetModule()->ReportError ("parent 0x%8.8" PRIx64 " %s with no valid compile unit … in ParseVariables()
[all …]
HDDWARFDebugInfoEntry.cpp143 …cu->GetSymbolFileDWARF()->GetObjectFile()->GetModule()->ReportError ("{0x%8.8x}: invalid abbreviat… in FastExtract()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDModule.h942 ReportError (const char *format, ...) __attribute__ ((format (printf, 2, 3)));
/trueos/contrib/llvm/tools/lldb/source/Core/
HDModule.cpp1023 Module::ReportError (const char *format, ...) in ReportError() function in Module