Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp389 LocSectionBase = 0; in clear()
476 assert(LocSectionBase == 0); in tryExtractDIEsIfNeeded()
482 LocSectionBase = toSectionOffset(UnitDie.find(DW_AT_loclists_base), 0); in tryExtractDIEsIfNeeded()
541 LocSectionBase = DWARFListTableHeader::getHeaderSize(Header.getFormat()); in tryExtractDIEsIfNeeded()
992 LocTable->getData(), LocSectionBase, getFormat(), Index)) in getLoclistOffset()
993 return *Off + LocSectionBase; in getLoclistOffset()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h212 uint64_t LocSectionBase; variable
329 return LocSectionBase; in getLocSectionBase()