Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp495 CUsBase = Offset; in extract()
589 uint64_t Offset = CUsBase + SectionOffsetSize * CU; in getCUOffset()
596 uint64_t Offset = CUsBase + SectionOffsetSize * (Hdr.CompUnitCount + TU); in getLocalTUOffset()
604 CUsBase + in getForeignTUSignature()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h396 uint64_t CUsBase; variable