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()
180 uint32_t LocalTypeUnitCount = 0; member188 Header(uint32_t CompUnitCount, uint32_t LocalTypeUnitCount, in Header()191 : CompUnitCount(CompUnitCount), LocalTypeUnitCount(LocalTypeUnitCount), in Header()385 Asm->emitInt32(LocalTypeUnitCount); in emit()
395 uint32_t LocalTypeUnitCount; member640 uint32_t getLocalTUCount() const { return Hdr.LocalTypeUnitCount; } in getLocalTUCount()
2918 hdr.LocalTypeUnitCount = 0; in computeHdrAndAbbrevTable()2931 if (nd.hdr.LocalTypeUnitCount || nd.hdr.ForeignTypeUnitCount) in computeHdrAndAbbrevTable()3243 endian::writeNext<uint32_t, ELFT::Endianness>(buf, hdr.LocalTypeUnitCount); in writeTo()