Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp558 uint64_t DwarfSize = getDwarfOffsetByteSize(Hdr.Format); in findDebugNamesOffsets() local
561 Ret.BucketsBase = Ret.CUsBase + Hdr.CompUnitCount * DwarfSize + in findDebugNamesOffsets()
562 Hdr.LocalTypeUnitCount * DwarfSize + in findDebugNamesOffsets()
567 Ret.EntryOffsetsBase = Ret.StringOffsetsBase + Hdr.NameCount * DwarfSize; in findDebugNamesOffsets()
569 Ret.EntryOffsetsBase + Hdr.NameCount * DwarfSize + Hdr.AbbrevTableSize; in findDebugNamesOffsets()