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.h64 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable
105 const DWARFUnitIndex::Entry *getIndexEntry() const { return IndexEntry; } in getIndexEntry()
554 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local
555 if (const auto *Contrib = IndexEntry->getContribution(DW_SECT_LINE)) in getLineTableOffset()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h817 struct IndexEntry { struct
822 IndexEntry *parentEntry; argument
834 SmallVector<IndexEntry *, 0> indexEntries; argument
837 llvm::pointee_iterator<typename SmallVector<IndexEntry *, 0>::iterator>>
H A DSyntheticSections.cpp2749 static Expected<DebugNamesBaseSection::IndexEntry *>
2753 auto ie = makeThreadLocal<DebugNamesBaseSection::IndexEntry>(); in readEntry()
2830 DenseMap<uint32_t, IndexEntry *> offsetMap; in parseDebugNames()
2872 Expected<IndexEntry *> ieOrErr = in parseDebugNames()
2885 for (IndexEntry &ie : ne.entries()) in parseDebugNames()
2893 for (IndexEntry &ie : ne.entries()) in parseDebugNames()
3044 for (IndexEntry &ie : ne.entries()) { in computeEntryPool()
3074 for (IndexEntry &ie : ne.entries()) { in computeEntryPool()
3090 for (IndexEntry &ie : ne.entries()) in computeEntryPool()
3099 for (IndexEntry &ie : ne.entries()) { in computeEntryPool()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8113 struct IndexEntry { in printMachOUnwindInfoSection() struct
8119 SmallVector<IndexEntry, 4> IndexEntries; in printMachOUnwindInfoSection()
8124 IndexEntry Entry; in printMachOUnwindInfoSection()