Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp379 LocSectionBase = 0; in clear()
508 assert(LocSectionBase == 0); in tryExtractDIEsIfNeeded()
514 LocSectionBase = toSectionOffset(UnitDie.find(DW_AT_loclists_base), 0); in tryExtractDIEsIfNeeded()
573 LocSectionBase = DWARFListTableHeader::getHeaderSize(Header.getFormat()); in tryExtractDIEsIfNeeded()
1201 LocTable->getData(), LocSectionBase, getFormat(), Index)) in getLoclistOffset()
1202 return *Off + LocSectionBase; in getLoclistOffset()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h215 uint64_t LocSectionBase; variable
365 return LocSectionBase; in getLocSectionBase()