Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp496 Offset += Hdr.CompUnitCount * SectionOffsetSize; in extract()
497 Offset += Hdr.LocalTypeUnitCount * SectionOffsetSize; in extract()
505 Offset += Hdr.NameCount * SectionOffsetSize; in extract()
507 Offset += Hdr.NameCount * SectionOffsetSize; in extract()
589 uint64_t Offset = CUsBase + SectionOffsetSize * CU; in getCUOffset()
590 return Section.AccelSection.getRelocatedValue(SectionOffsetSize, &Offset); in getCUOffset()
596 uint64_t Offset = CUsBase + SectionOffsetSize * (Hdr.CompUnitCount + TU); in getLocalTUOffset()
597 return Section.AccelSection.getRelocatedValue(SectionOffsetSize, &Offset); in getLocalTUOffset()
640 StringOffsetsBase + SectionOffsetSize * (Index - 1); in getNameTableEntry()
642 EntryOffsetsBase + SectionOffsetSize * (Index - 1); in getNameTableEntry()
[all …]