Searched refs:LocalTypeUnitCount (Results 1 – 4 of 4) sorted by relevance
437 W.printNumber("Local TU count", LocalTypeUnitCount); in dump()459 LocalTypeUnitCount = AS.getU32(C); in extract()562 Hdr.LocalTypeUnitCount * DwarfSize + in findDebugNamesOffsets()752 assert(TU < Hdr.LocalTypeUnitCount); in getLocalTUOffset()764 SectionOffsetSize * (Hdr.CompUnitCount + Hdr.LocalTypeUnitCount) + 8 * TU; in getForeignTUSignature()865 if (Hdr.LocalTypeUnitCount == 0) in dumpLocalTUs()869 for (uint32_t TU = 0; TU < Hdr.LocalTypeUnitCount; ++TU) in dumpLocalTUs()
179 uint32_t LocalTypeUnitCount = 0; member187 Header(uint32_t CompUnitCount, uint32_t LocalTypeUnitCount, in Header()190 : CompUnitCount(CompUnitCount), LocalTypeUnitCount(LocalTypeUnitCount), in Header()384 Asm->emitInt32(LocalTypeUnitCount); in emit()
396 uint32_t LocalTypeUnitCount; member642 uint32_t getLocalTUCount() const { return Hdr.LocalTypeUnitCount; } in getLocalTUCount()
3006 hdr.LocalTypeUnitCount = 0; in computeHdrAndAbbrevTable()3019 if (nd.hdr.LocalTypeUnitCount || nd.hdr.ForeignTypeUnitCount) in computeHdrAndAbbrevTable()3332 endian::writeNext<uint32_t, ELFT::Endianness>(buf, hdr.LocalTypeUnitCount); in writeTo()