Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp442 if (*Offset >= EntriesBase) { in extractAttributeEncoding()
468 if (*Offset >= EntriesBase) { in extractAbbrev()
508 EntriesBase = Offset + Hdr.AbbrevTableSize; in extract()
633 EntryOffset += EntriesBase; in getNameTableEntry()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h399 uint32_t EntriesBase; variable