Home
last modified time | relevance | path

Searched refs:getLocalTUCount (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp56 const uint32_t num_tus = ni.getLocalTUCount(); in GetUnits()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp669 if (!Index || *Index >= NameIdx->getLocalTUCount()) in getLocalTUOffset()
677 const uint32_t NumLocalTUs = NameIdx->getLocalTUCount(); in getForeignTUTypeSignature()
H A DDWARFVerifier.cpp1484 if (NI.getLocalTUCount() + NI.getForeignTUCount() > 0) { in verifyNameIndexAbbrevs()
1578 if (NI.getLocalTUCount() + NI.getForeignTUCount() > 0) in verifyNameIndexEntries()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h640 uint32_t getLocalTUCount() const { return Hdr.LocalTypeUnitCount; } in getLocalTUCount() function