Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp368 LocSectionBase = 0; in clear()
497 assert(LocSectionBase == 0); in tryExtractDIEsIfNeeded()
503 LocSectionBase = toSectionOffset(UnitDie.find(DW_AT_loclists_base), 0); in tryExtractDIEsIfNeeded()
562 LocSectionBase = DWARFListTableHeader::getHeaderSize(Header.getFormat()); in tryExtractDIEsIfNeeded()
1198 LocTable->getData(), LocSectionBase, getFormat(), Index)) in getLoclistOffset()
1199 return *Off + LocSectionBase; in getLoclistOffset()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h220 uint64_t LocSectionBase; variable
381 return LocSectionBase; in getLocSectionBase()