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

References

include/llvm/DebugInfo/DWARF/DWARFListTable.h
  104   dwarf::DwarfFormat getFormat() const { return Format; }
lib/DebugInfo/DWARF/DWARFListTable.cpp
   27   Format = dwarf::DwarfFormat::DWARF32;
   31     Format = dwarf::DwarfFormat::DWARF64;
   41       HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format);
   43   if (FullLength < getHeaderSize(Format))
   77   if (End < HeaderOffset + getHeaderSize(Format) +
  106                      Off + HeaderOffset + getHeaderSize(Format));
  115   return HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format);