Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp497 Offset += Hdr.CompUnitCount * SectionOffsetSize; in extract()
498 Offset += Hdr.LocalTypeUnitCount * SectionOffsetSize; in extract()
506 Offset += Hdr.NameCount * SectionOffsetSize; in extract()
508 Offset += Hdr.NameCount * SectionOffsetSize; in extract()
590 uint64_t Offset = CUsBase + SectionOffsetSize * CU; in getCUOffset()
591 return Section.AccelSection.getRelocatedValue(SectionOffsetSize, &Offset); in getCUOffset()
597 uint64_t Offset = CUsBase + SectionOffsetSize * (Hdr.CompUnitCount + TU); in getLocalTUOffset()
598 return Section.AccelSection.getRelocatedValue(SectionOffsetSize, &Offset); in getLocalTUOffset()
641 StringOffsetsBase + SectionOffsetSize * (Index - 1); in getNameTableEntry()
643 EntryOffsetsBase + SectionOffsetSize * (Index - 1); in getNameTableEntry()
[all …]