Searched refs:SectionOffsetSize (Results 1 – 1 of 1) sorted by relevance
495 const unsigned SectionOffsetSize = dwarf::getDwarfOffsetByteSize(Hdr.Format); in extract() local497 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() local590 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() local597 uint64_t Offset = CUsBase + SectionOffsetSize * (Hdr.CompUnitCount + TU); in getLocalTUOffset()[all …]