Home
last modified time | relevance | path

Searched refs:LocalTypeUnitCount (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp370 W.printNumber("Local TU count", LocalTypeUnitCount); in dump()
392 LocalTypeUnitCount = AS.getU32(C); in extract()
497 Offset += Hdr.LocalTypeUnitCount * SectionOffsetSize; in extract()
594 assert(TU < Hdr.LocalTypeUnitCount); in getLocalTUOffset()
605 SectionOffsetSize * (Hdr.CompUnitCount + Hdr.LocalTypeUnitCount) + 8 * TU; in getForeignTUSignature()
706 if (Hdr.LocalTypeUnitCount == 0) in dumpLocalTUs()
710 for (uint32_t TU = 0; TU < Hdr.LocalTypeUnitCount; ++TU) in dumpLocalTUs()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h243 uint32_t LocalTypeUnitCount; member
429 uint32_t getLocalTUCount() const { return Hdr.LocalTypeUnitCount; } in getLocalTUCount()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp195 uint32_t LocalTypeUnitCount = 0; member
375 Asm->emitInt32(LocalTypeUnitCount); in emit()