reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
  262       return LHS.Index == RHS.Index && LHS.Form == RHS.Form;
  262       return LHS.Index == RHS.Index && LHS.Form == RHS.Form;
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  412     W.startLine() << formatv("{0}: {1}\n", Attr.Index, Attr.Form);
  535     if (std::get<0>(Tuple).Index == Index)
  569     W.startLine() << formatv("{0}: ", std::get<0>(Tuple).Index);
lib/DebugInfo/DWARF/DWARFVerifier.cpp
 1081                        NI.getUnitOffset(), Abbr.Code, AttrEnc.Index,
 1086   if (AttrEnc.Index == DW_IDX_type_hash) {
 1113     return T.Index == AttrEnc.Index;
 1118                       NI.getUnitOffset(), Abbr.Code, AttrEnc.Index);
 1125                        NI.getUnitOffset(), Abbr.Code, AttrEnc.Index,
 1151       if (!Attributes.insert(AttrEnc.Index).second) {
 1154                            NI.getUnitOffset(), Abbrev.Code, AttrEnc.Index);