Searched refs:NumLocalTUs (Results 1 – 2 of 2) sorted by relevance
1612 const uint32_t NumLocalTUs = NI.getLocalTUCount(); in verifyNameIndexEntries() local1614 if (TUIndex && *TUIndex >= (NumLocalTUs + NumForeignTUs)) { in verifyNameIndexEntries()1625 if (*TUIndex >= NumLocalTUs) { in verifyNameIndexEntries()1707 if (TUIndex && *TUIndex >= NumLocalTUs) { in verifyNameIndexEntries()1715 const uint32_t ForeignTUIdx = *TUIndex - NumLocalTUs; in verifyNameIndexEntries()
677 const uint32_t NumLocalTUs = NameIdx->getLocalTUCount(); in getForeignTUTypeSignature() local678 if (!Index || *Index < NumLocalTUs) in getForeignTUTypeSignature()681 const uint64_t ForeignTUIndex = *Index - NumLocalTUs; in getForeignTUTypeSignature()