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

Declarations

include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
  137   bool extract(DataExtractor Data, uint64_t* OffsetPtr);

References

lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp
   35   while (AbbrDecl.extract(Data, OffsetPtr)) {