Searched refs:getUnitLengthFieldByteSize (Results 1 – 18 of 18) sorted by relevance
31 HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format); in extract()108 return HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format); in length()
84 dwarf::getUnitLengthFieldByteSize(HeaderData.Format) + HeaderData.Length; in extract()
172 return Length + dwarf::getUnitLengthFieldByteSize(Format); in getFullLength()
275 TypeOffset < getLength() + getUnitLengthFieldByteSize(); in extract()296 UnitContrib->Length != (getLength() + getUnitLengthFieldByteSize())) in applyIndexEntry()
41 HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format); in extract()115 return HeaderData.Length + dwarf::getUnitLengthFieldByteSize(Format); in length()
320 TypeOffset < getLength() + getUnitLengthFieldByteSize(); in extract()
105 uint8_t getUnitLengthFieldByteSize() const { in getUnitLengthFieldByteSize() function106 return dwarf::getUnitLengthFieldByteSize(FormParams.Format); in getUnitLengthFieldByteSize()109 return Offset + Length + getUnitLengthFieldByteSize(); in getNextUnitOffset()497 return Header.getLength() + Header.getUnitLengthFieldByteSize() - in getDebugInfoSize()
461 return Base + dwarf::getUnitLengthFieldByteSize(Hdr.Format) + in getNextUnitOffset()
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()
84 unsigned Offset = Asm->getUnitLengthFieldByteSize() + // Length of Unit Info in computeSizeAndOffsetsForUnit()
292 return Asm->getUnitLengthFieldByteSize() + // Length field in getLength()
3474 unsigned int AsmPrinter::getUnitLengthFieldByteSize() const { in getUnitLengthFieldByteSize() function in AsmPrinter3475 return dwarf::getUnitLengthFieldByteSize( in getUnitLengthFieldByteSize()
2875 Asm->getUnitLengthFieldByteSize() + ContentSize, Align(TupleSize)); in emitDebugARanges()
287 EXPECT_EQ(TestPrinter->getAP()->getUnitLengthFieldByteSize(), 4u); in TEST_F()294 EXPECT_EQ(TestPrinter->getAP()->getUnitLengthFieldByteSize(), 12u); in TEST_F()
567 inline uint8_t getUnitLengthFieldByteSize(DwarfFormat Format) { in getUnitLengthFieldByteSize() function
483 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat()); in Emit()886 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat()); in EmitGenDwarfAranges()973 dwarf::getUnitLengthFieldByteSize(context.getDwarfFormat()); in EmitGenDwarfInfo()1618 unsigned UnitLengthBytes = dwarf::getUnitLengthFieldByteSize(Format); in EmitCIE()
230 unsigned int getUnitLengthFieldByteSize() const;
650 inline uint8_t getUnitLengthFieldByteSize(DwarfFormat Format) { in getUnitLengthFieldByteSize() function