Searched refs:getLocalTUCount (Results 1 – 4 of 4) sorted by relevance
56 const uint32_t num_tus = ni.getLocalTUCount(); in GetUnits()
669 if (!Index || *Index >= NameIdx->getLocalTUCount()) in getLocalTUOffset()677 const uint32_t NumLocalTUs = NameIdx->getLocalTUCount(); in getForeignTUTypeSignature()
1484 if (NI.getLocalTUCount() + NI.getForeignTUCount() > 0) { in verifyNameIndexAbbrevs()1578 if (NI.getLocalTUCount() + NI.getForeignTUCount() > 0) in verifyNameIndexEntries()
640 uint32_t getLocalTUCount() const { return Hdr.LocalTypeUnitCount; } in getLocalTUCount() function