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

References

include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
   43     return Decls.begin();
   47     return Decls.end();
lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp
   25   Decls.clear();
   45     Decls.push_back(std::move(AbbrDecl));
   51   for (const auto &Decl : Decls)
   59     for (const auto &Decl : Decls) {
   65   if (AbbrCode < FirstAbbrCode || AbbrCode >= FirstAbbrCode + Decls.size())
   67   return &Decls[AbbrCode - FirstAbbrCode];