Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp563 Offset += Hdr.CompUnitCount * SectionOffsetSize; in extract()
564 Offset += Hdr.LocalTypeUnitCount * SectionOffsetSize; in extract()
572 Offset += Hdr.NameCount * SectionOffsetSize; in extract()
574 Offset += Hdr.NameCount * SectionOffsetSize; in extract()
672 uint64_t Offset = CUsBase + SectionOffsetSize * CU; in getCUOffset()
673 return Section.AccelSection.getRelocatedValue(SectionOffsetSize, &Offset); in getCUOffset()
679 uint64_t Offset = CUsBase + SectionOffsetSize * (Hdr.CompUnitCount + TU); in getLocalTUOffset()
680 return Section.AccelSection.getRelocatedValue(SectionOffsetSize, &Offset); in getLocalTUOffset()
723 StringOffsetsBase + SectionOffsetSize * (Index - 1); in getNameTableEntry()
725 EntryOffsetsBase + SectionOffsetSize * (Index - 1); in getNameTableEntry()
[all …]