Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp391 LocSectionBase = 0; in clear()
520 assert(LocSectionBase == 0); in tryExtractDIEsIfNeeded()
526 LocSectionBase = toSectionOffset(UnitDie.find(DW_AT_loclists_base), 0); in tryExtractDIEsIfNeeded()
585 LocSectionBase = DWARFListTableHeader::getHeaderSize(Header.getFormat()); in tryExtractDIEsIfNeeded()
1221 LocTable->getData(), LocSectionBase, getFormat(), Index)) in getLoclistOffset()
1222 return *Off + LocSectionBase; in getLoclistOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h220 uint64_t LocSectionBase; variable
381 return LocSectionBase; in getLocSectionBase()