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

References

include/llvm/DebugInfo/DWARF/DWARFDie.h
  314   return LHS.Index == RHS.Index;
  314   return LHS.Index == RHS.Index;
lib/DebugInfo/DWARF/DWARFDie.cpp
  670     Index = AbbrDecl->getNumAttributes();
  680   Index = I;
  683   if (Index < NumAttrs) {
  684     AttrValue.Attr = AbbrDecl.getAttrByIndex(Index);
  691         AbbrDecl.getFormByIndex(Index), U, &ParseOffset);
  694     assert(Index == NumAttrs && "Indexes should be [0, NumAttrs) only");
  701     updateForIndex(*AbbrDecl, Index + 1);