Lines Matching refs:ReportError
573 auto ReportError = [&](const Twine &TitleMsg) { in verifyDebugInfoAttribute() local
593 ReportError( in verifyDebugInfoAttribute()
599 ReportError("DIE has invalid DW_AT_ranges encoding:"); in verifyDebugInfoAttribute()
605 ReportError("DW_AT_stmt_list offset is beyond .debug_line bounds: " + in verifyDebugInfoAttribute()
609 ReportError("DIE has invalid DW_AT_stmt_list encoding:"); in verifyDebugInfoAttribute()
633 ReportError("DIE contains invalid DWARF expression:"); in verifyDebugInfoAttribute()
640 ReportError(toString(std::move(Err))); in verifyDebugInfoAttribute()
657 ReportError("DIE with tag " + TagString(DieTag) + " has " + in verifyDebugInfoAttribute()
668 ReportError("DIE has " + AttributeString(Attr) + in verifyDebugInfoAttribute()
683 ReportError("DIE has " + AttributeString(Attr) + in verifyDebugInfoAttribute()
689 ReportError("DIE has " + AttributeString(Attr) + in verifyDebugInfoAttribute()
696 ReportError("DIE has " + AttributeString(Attr) + in verifyDebugInfoAttribute()
702 ReportError("DIE has " + AttributeString(Attr) + in verifyDebugInfoAttribute()
710 ReportError("DIE has " + AttributeString(Attr) + in verifyDebugInfoAttribute()