Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp39 const DWARFUnitIndex::Entry *IndexEntry) in DWARFUnit() argument
42 if (IndexEntry) in DWARFUnit()
43 if (const auto *C = IndexEntry->getOffset(DW_SECT_STR_OFFSETS)) in DWARFUnit()
48 UnitSection(UnitSection), IndexEntry(IndexEntry) {
81 if (IndexEntry) { in extractImpl()
84 auto *UnitContrib = IndexEntry->getOffset(); in extractImpl()
87 auto *AbbrEntry = IndexEntry->getOffset(DW_SECT_ABBREV); in extractImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp102 IndexEntry = Index ? Index->getFromOffset(*offset_ptr) : nullptr; in extract()
122 if (IndexEntry) { in extract()
125 auto *UnitContrib = IndexEntry->getOffset(); in extract()
128 auto *AbbrEntry = IndexEntry->getOffset(DW_SECT_ABBREV); in extract()
294 auto IndexEntry = Header.getIndexEntry(); in extractDIEsIfNeeded() local
295 if (IndexEntry) in extractDIEsIfNeeded()
296 if (const auto *C = IndexEntry->getOffset(DW_SECT_STR_OFFSETS)) in extractDIEsIfNeeded()
732 auto IndexEntry = Header.getIndexEntry(); in determineStringOffsetsTableContributionDWO() local
733 if (!IndexEntry) in determineStringOffsetsTableContributionDWO()
735 else if (const auto *C = IndexEntry->getOffset(DW_SECT_STR_OFFSETS)) in determineStringOffsetsTableContributionDWO()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h139 const DWARFUnitIndex::Entry *IndexEntry; variable
151 const DWARFUnitIndex::Entry *IndexEntry = nullptr);
262 if (IndexEntry) in getLineTableOffset()
263 if (const auto *Contrib = IndexEntry->getOffset(DW_SECT_LINE)) in getLineTableOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h56 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable
92 const DWARFUnitIndex::Entry *getIndexEntry() const { return IndexEntry; } in getIndexEntry()
533 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local
534 if (const auto *Contrib = IndexEntry->getOffset(DW_SECT_LINE)) in getLineTableOffset()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7284 struct IndexEntry { in printMachOUnwindInfoSection() struct
7290 SmallVector<IndexEntry, 4> IndexEntries; in printMachOUnwindInfoSection()
7295 IndexEntry Entry; in printMachOUnwindInfoSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp7669 struct IndexEntry { in printMachOUnwindInfoSection() struct
7675 SmallVector<IndexEntry, 4> IndexEntries; in printMachOUnwindInfoSection()
7680 IndexEntry Entry; in printMachOUnwindInfoSection()