Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp77 const DWARFUnitIndex::Entry *IndexEntry) in addUnitsImpl()
89 if (!IndexEntry && IsDWO) { in addUnitsImpl()
94 IndexEntry = Index.getFromHash(Header.getTypeHash()); in addUnitsImpl()
96 IndexEntry = Index.getFromHash(*DWOId); in addUnitsImpl()
98 if (!IndexEntry) in addUnitsImpl()
99 IndexEntry = Index.getFromOffset(Header.getOffset()); in addUnitsImpl()
101 if (IndexEntry) { in addUnitsImpl()
102 if (Error ApplicationErr = Header.applyIndexEntry(IndexEntry)) { in addUnitsImpl()
260 IndexEntry = nullptr; in extract()
343 assert(!IndexEntry); in applyIndexEntry()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h65 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable
107 const DWARFUnitIndex::Entry *getIndexEntry() const { return IndexEntry; } in getIndexEntry()
558 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local
559 if (const auto *Contrib = IndexEntry->getContribution(DW_SECT_LINE)) in getLineTableOffset()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h832 struct IndexEntry { struct
837 IndexEntry *parentEntry; argument
849 SmallVector<IndexEntry *, 0> indexEntries; argument
852 llvm::pointee_iterator<typename SmallVector<IndexEntry *, 0>::iterator>>
H A DSyntheticSections.cpp2841 static Expected<DebugNamesBaseSection::IndexEntry *>
2845 auto ie = makeThreadLocal<DebugNamesBaseSection::IndexEntry>(); in readEntry()
2922 DenseMap<uint32_t, IndexEntry *> offsetMap; in parseDebugNames()
2962 Expected<IndexEntry *> ieOrErr = in parseDebugNames()
2973 for (IndexEntry &ie : ne.entries()) in parseDebugNames()
2981 for (IndexEntry &ie : ne.entries()) in parseDebugNames()
3132 for (IndexEntry &ie : ne.entries()) { in computeEntryPool()
3162 for (IndexEntry &ie : ne.entries()) { in computeEntryPool()
3178 for (IndexEntry &ie : ne.entries()) in computeEntryPool()
3187 for (IndexEntry &ie : ne.entries()) { in computeEntryPool()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8122 struct IndexEntry { in printMachOUnwindInfoSection() struct
8128 SmallVector<IndexEntry, 4> IndexEntries; in printMachOUnwindInfoSection()
8133 IndexEntry Entry; in printMachOUnwindInfoSection()