Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp342 LocSectionBase = 0; in clear()
435 assert(LocSectionBase == 0); in tryExtractDIEsIfNeeded()
441 LocSectionBase = toSectionOffset(UnitDie.find(DW_AT_loclists_base), 0); in tryExtractDIEsIfNeeded()
500 LocSectionBase = DWARFListTableHeader::getHeaderSize(Header.getFormat()); in tryExtractDIEsIfNeeded()
953 LocTable->getData(), LocSectionBase, getFormat(), Index)) in getLoclistOffset()
954 return *Off + LocSectionBase; in getLoclistOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h212 uint64_t LocSectionBase; variable
322 return LocSectionBase; in getLocSectionBase()