Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp495 const unsigned SectionOffsetSize = dwarf::getDwarfOffsetByteSize(Hdr.Format); in extract() local
497 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()
589 const unsigned SectionOffsetSize = dwarf::getDwarfOffsetByteSize(Hdr.Format); in getCUOffset() local
590 uint64_t Offset = CUsBase + SectionOffsetSize * CU; in getCUOffset()
591 return Section.AccelSection.getRelocatedValue(SectionOffsetSize, &Offset); in getCUOffset()
596 const unsigned SectionOffsetSize = dwarf::getDwarfOffsetByteSize(Hdr.Format); in getLocalTUOffset() local
597 uint64_t Offset = CUsBase + SectionOffsetSize * (Hdr.CompUnitCount + TU); in getLocalTUOffset()
[all …]