Searched refs:LocalTypeUnitCount (Results 1 – 3 of 3) sorted by relevance
437 W.printNumber("Local TU count", LocalTypeUnitCount); in dump()459 LocalTypeUnitCount = AS.getU32(C); in extract()564 Offset += Hdr.LocalTypeUnitCount * SectionOffsetSize; in extract()677 assert(TU < Hdr.LocalTypeUnitCount); in getLocalTUOffset()688 SectionOffsetSize * (Hdr.CompUnitCount + Hdr.LocalTypeUnitCount) + 8 * TU; in getForeignTUSignature()789 if (Hdr.LocalTypeUnitCount == 0) in dumpLocalTUs()793 for (uint32_t TU = 0; TU < Hdr.LocalTypeUnitCount; ++TU) in dumpLocalTUs()
192 uint32_t LocalTypeUnitCount = 0; member200 Header(uint32_t CompUnitCount, uint32_t LocalTypeUnitCount, in Header()203 : CompUnitCount(CompUnitCount), LocalTypeUnitCount(LocalTypeUnitCount), in Header()388 Asm->emitInt32(LocalTypeUnitCount); in emit()
387 uint32_t LocalTypeUnitCount; member582 uint32_t getLocalTUCount() const { return Hdr.LocalTypeUnitCount; } in getLocalTUCount()