Searched refs:getUnitLengthFieldByteSize (Results 1 – 14 of 14) sorted by relevance
32 HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format); in extract()108 return HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format); in length()
85 dwarf::getUnitLengthFieldByteSize(HeaderData.Format) + HeaderData.Length; in extract()
183 return Length + dwarf::getUnitLengthFieldByteSize(Format); in getFullLength()
293 uint64_t NextCUOffset = Offset + getUnitLengthFieldByteSize() + getLength(); in extract()319 if (isTypeUnit() && TypeOffset >= getUnitLengthFieldByteSize() + getLength()) in extract()345 UnitContrib->getLength() != (getLength() + getUnitLengthFieldByteSize())) in applyIndexEntry()
113 uint8_t getUnitLengthFieldByteSize() const { in getUnitLengthFieldByteSize() function114 return dwarf::getUnitLengthFieldByteSize(FormParams.Format); in getUnitLengthFieldByteSize()117 return Offset + Length + getUnitLengthFieldByteSize(); in getNextUnitOffset()572 return Header.getLength() + Header.getUnitLengthFieldByteSize() - in getDebugInfoSize()
621 return Base + dwarf::getUnitLengthFieldByteSize(Hdr.Format) + in getNextUnitOffset()
82 unsigned Offset = Asm->getUnitLengthFieldByteSize() + // Length of Unit Info in computeSizeAndOffsetsForUnit()
317 return Asm->getUnitLengthFieldByteSize() + // Length field in getLength()
4330 unsigned int AsmPrinter::getUnitLengthFieldByteSize() const { in getUnitLengthFieldByteSize() function in AsmPrinter4331 return dwarf::getUnitLengthFieldByteSize( in getUnitLengthFieldByteSize()
3104 Asm->getUnitLengthFieldByteSize() + ContentSize, Align(TupleSize)); in emitDebugARanges()
257 unsigned int getUnitLengthFieldByteSize() const;
832 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat()); in EmitGenDwarfAranges()919 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat()); in EmitGenDwarfInfo()1577 unsigned UnitLengthBytes = dwarf::getUnitLengthFieldByteSize(Format); in EmitCIE()
2545 dwarf::getUnitLengthFieldByteSize(Ctx.getDwarfFormat()); in emitDwarfLineStartLabel()
769 inline uint8_t getUnitLengthFieldByteSize(DwarfFormat Format) { in getUnitLengthFieldByteSize() function