Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp560 Ret.CUsBase = EndOfHeaderOffset; in findDebugNamesOffsets()
561 Ret.BucketsBase = Ret.CUsBase + Hdr.CompUnitCount * DwarfSize + in findDebugNamesOffsets()
747 uint64_t Offset = Offsets.CUsBase + SectionOffsetSize * CU; in getCUOffset()
755 Offsets.CUsBase + SectionOffsetSize * (Hdr.CompUnitCount + TU); in getLocalTUOffset()
763 Offsets.CUsBase + in getForeignTUSignature()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h588 uint64_t CUsBase; member
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3192 chunk.compUnits[numCus + i] = locs.CUsBase + i * 4; in DebugNamesSection()