reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
104 dwarf::DwarfFormat getFormat() const { return Format; }
lib/DebugInfo/DWARF/DWARFListTable.cpp27 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);