Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h161 uint64_t getEntriesBase() const { in getEntriesBase() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp342 : Current(Table), Offset(Table.getEntriesBase()), NumEntriesToCome(0) { in Iterator()