Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp72 const DWARFUnitIndex::Entry *IndexEntry) in addUnitsImpl()
83 IndexEntry)) in addUnitsImpl()
188 if (auto *IndexEntry = Header.getIndexEntry()) in DWARFUnit() local
242 IndexEntry = Entry; in extract()
243 if (!IndexEntry && Index) in extract()
244 IndexEntry = Index->getFromOffset(*offset_ptr); in extract()
264 if (IndexEntry) { in extract()
267 auto *UnitContrib = IndexEntry->getOffset(); in extract()
823 auto IndexEntry = Header.getIndexEntry(); in determineStringOffsetsTableContributionDWO() local
825 IndexEntry ? IndexEntry->getOffset(DW_SECT_STR_OFFSETS) : nullptr; in determineStringOffsetsTableContributionDWO()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h56 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable
93 const DWARFUnitIndex::Entry *getIndexEntry() const { return IndexEntry; } in getIndexEntry()
476 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local
477 if (const auto *Contrib = IndexEntry->getOffset(DW_SECT_LINE)) in getLineTableOffset()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp7715 struct IndexEntry { in printMachOUnwindInfoSection() struct
7721 SmallVector<IndexEntry, 4> IndexEntries; in printMachOUnwindInfoSection()
7726 IndexEntry Entry; in printMachOUnwindInfoSection()