Searched refs:getUnitLengthFieldByteSize (Results 1 – 4 of 4) sorted by relevance
41 HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format); in extract()115 return HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format); in length()
320 TypeOffset < getLength() + getUnitLengthFieldByteSize(); in extract()
101 uint8_t getUnitLengthFieldByteSize() const { in getUnitLengthFieldByteSize() function102 return dwarf::getUnitLengthFieldByteSize(FormParams.Format); in getUnitLengthFieldByteSize()105 return Offset + Length + getUnitLengthFieldByteSize(); in getNextUnitOffset()527 return Header.getLength() + Header.getUnitLengthFieldByteSize() - in getDebugInfoSize()
567 inline uint8_t getUnitLengthFieldByteSize(DwarfFormat Format) { in getUnitLengthFieldByteSize() function