Searched refs:getUnitLengthFieldByteSize (Results 1 – 15 of 15) 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()
292 uint64_t NextCUOffset = Offset + getUnitLengthFieldByteSize() + getLength(); in extract()326 TypeOffset >= getUnitLengthFieldByteSize() + getLength()) { in extract()356 UnitContrib->Length != (getLength() + getUnitLengthFieldByteSize())) in applyIndexEntry()
109 uint8_t getUnitLengthFieldByteSize() const { in getUnitLengthFieldByteSize() function110 return dwarf::getUnitLengthFieldByteSize(FormParams.Format); in getUnitLengthFieldByteSize()113 return Offset + Length + getUnitLengthFieldByteSize(); in getNextUnitOffset()525 return Header.getLength() + Header.getUnitLengthFieldByteSize() - in getDebugInfoSize()
468 return Base + dwarf::getUnitLengthFieldByteSize(Hdr.Format) + in getNextUnitOffset()
82 unsigned Offset = Asm->getUnitLengthFieldByteSize() + // Length of Unit Info in computeSizeAndOffsetsForUnit()
286 return Asm->getUnitLengthFieldByteSize() + // Length field in getLength()
3900 unsigned int AsmPrinter::getUnitLengthFieldByteSize() const { in getUnitLengthFieldByteSize() function in AsmPrinter3901 return dwarf::getUnitLengthFieldByteSize( in getUnitLengthFieldByteSize()
3024 Asm->getUnitLengthFieldByteSize() + ContentSize, Align(TupleSize)); in emitDebugARanges()
290 EXPECT_EQ(TestPrinter->getAP()->getUnitLengthFieldByteSize(), 4u); in TEST_F()297 EXPECT_EQ(TestPrinter->getAP()->getUnitLengthFieldByteSize(), 12u); in TEST_F()
679 inline uint8_t getUnitLengthFieldByteSize(DwarfFormat Format) { in getUnitLengthFieldByteSize() function
247 unsigned int getUnitLengthFieldByteSize() const;
833 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat()); in EmitGenDwarfAranges()920 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat()); in EmitGenDwarfInfo()1578 unsigned UnitLengthBytes = dwarf::getUnitLengthFieldByteSize(Format); in EmitCIE()
2437 dwarf::getUnitLengthFieldByteSize(Ctx.getDwarfFormat()); in emitDwarfLineStartLabel()