Home
last modified time | relevance | path

Searched refs:NumLocalTUs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1612 const uint32_t NumLocalTUs = NI.getLocalTUCount(); in verifyNameIndexEntries() local
1614 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()
H A DDWARFAcceleratorTable.cpp677 const uint32_t NumLocalTUs = NameIdx->getLocalTUCount(); in getForeignTUTypeSignature() local
678 if (!Index || *Index < NumLocalTUs) in getForeignTUTypeSignature()
681 const uint64_t ForeignTUIndex = *Index - NumLocalTUs; in getForeignTUTypeSignature()