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()
519 assert(LocSectionBase == 0); in tryExtractDIEsIfNeeded()
525 LocSectionBase = toSectionOffset(UnitDie.find(DW_AT_loclists_base), 0); in tryExtractDIEsIfNeeded()
584 LocSectionBase = DWARFListTableHeader::getHeaderSize(Header.getFormat()); in tryExtractDIEsIfNeeded()
1220 LocTable->getData(), LocSectionBase, getFormat(), Index)) in getLoclistOffset()
1221 return *Off + LocSectionBase; in getLoclistOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h224 uint64_t LocSectionBase; variable
385 return LocSectionBase; in getLocSectionBase()