Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp562 CUsBase = Offset; in extract()
672 uint64_t Offset = CUsBase + SectionOffsetSize * CU; in getCUOffset()
679 uint64_t Offset = CUsBase + SectionOffsetSize * (Hdr.CompUnitCount + TU); in getLocalTUOffset()
687 CUsBase + in getForeignTUSignature()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h549 uint64_t CUsBase; variable