Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp513 if (*Offset >= Offsets.EntriesBase) { in extractAttributeEncoding()
539 if (*Offset >= Offsets.EntriesBase) { in extractAbbrev()
568 Ret.EntriesBase = in findDebugNamesOffsets()
589 Offsets.EntriesBase = Offset + Hdr.AbbrevTableSize; in extract()
718 auto AbsoluteOffset = NameIdx->Offsets.EntriesBase + FormValue.getRawUValue(); in dumpParentIdx()
807 EntryOffset += Offsets.EntriesBase; in getNameTableEntry()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h593 uint64_t EntriesBase; member
673 auto OffsetFromSection = Offset + this->Offsets.EntriesBase; in getEntryAtRelativeOffset()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2848 if (locs.EntriesBase > namesExtractor.getData().size()) { in parseDebugNames()
2869 uint64_t offset = locs.EntriesBase + entryOffsets[i]; in parseDebugNames()
2873 readEntry(offset, ni, locs.EntriesBase, namesExtractor, namesSec); in parseDebugNames()
3158 size = findDebugNamesOffsets(hdrSize, hdr).EntriesBase + entryPoolSize; in init()