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

References

lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp
   24   FirstAbbrCode = 0;
   36     if (FirstAbbrCode == 0) {
   37       FirstAbbrCode = AbbrDecl.getCode();
   41         FirstAbbrCode = UINT32_MAX;
   58   if (FirstAbbrCode == UINT32_MAX) {
   65   if (AbbrCode < FirstAbbrCode || AbbrCode >= FirstAbbrCode + Decls.size())
   65   if (AbbrCode < FirstAbbrCode || AbbrCode >= FirstAbbrCode + Decls.size())
   67   return &Decls[AbbrCode - FirstAbbrCode];