Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp513 if (*Offset >= EntriesBase) { in extractAttributeEncoding()
539 if (*Offset >= EntriesBase) { in extractAbbrev()
580 EntriesBase = Offset + Hdr.AbbrevTableSize; in extract()
731 EntryOffset += EntriesBase; in getNameTableEntry()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h554 uint64_t EntriesBase; variable