Home
last modified time | relevance | path

Searched refs:IndexEntry (Results 1 – 9 of 9) 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/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp70 const DWARFUnitIndex::Entry *IndexEntry) in addUnitsImpl()
79 if (!IndexEntry && IsDWO) { in addUnitsImpl()
82 IndexEntry = Index.getFromOffset(Header.getOffset()); in addUnitsImpl()
84 if (IndexEntry && !Header.applyIndexEntry(IndexEntry)) in addUnitsImpl()
235 IndexEntry = nullptr; in extract()
290 assert(!IndexEntry); in applyIndexEntry()
291 IndexEntry = Entry; in applyIndexEntry()
294 auto *UnitContrib = IndexEntry->getContribution(); in applyIndexEntry()
298 auto *AbbrEntry = IndexEntry->getContribution(DW_SECT_ABBREV); in applyIndexEntry()
472 if (auto *IndexEntry = Header.getIndexEntry()) in tryExtractDIEsIfNeeded() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp71 const DWARFUnitIndex::Entry *IndexEntry) in addUnitsImpl()
82 IndexEntry)) in addUnitsImpl()
186 if (auto *IndexEntry = Header.getIndexEntry()) in DWARFUnit() local
187 if (const auto *C = IndexEntry->getOffset(DW_SECT_LOC)) in DWARFUnit()
263 IndexEntry = Entry; in extract()
264 if (!IndexEntry && Index) in extract()
265 IndexEntry = Index->getFromOffset(*offset_ptr); in extract()
289 if (IndexEntry) { in extract()
292 auto *UnitContrib = IndexEntry->getOffset(); in extract()
295 auto *AbbrEntry = IndexEntry->getOffset(DW_SECT_ABBREV); in extract()
[all …]
/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/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h56 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable
97 const DWARFUnitIndex::Entry *getIndexEntry() const { return IndexEntry; } in getIndexEntry()
479 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local
480 if (const auto *Contrib = IndexEntry->getContribution(DW_SECT_LINE)) in getLineTableOffset()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h56 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable
93 const DWARFUnitIndex::Entry *getIndexEntry() const { return IndexEntry; } in getIndexEntry()
509 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local
510 if (const auto *Contrib = IndexEntry->getOffset(DW_SECT_LINE)) in getLineTableOffset()
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DUnusedParametersCheck.cpp114 struct IndexEntry { struct in clang::tidy::misc::UnusedParametersCheck::IndexerVisitor
119 std::unordered_map<const FunctionDecl *, IndexEntry> Index;
/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/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp8136 struct IndexEntry { in printMachOUnwindInfoSection() struct
8142 SmallVector<IndexEntry, 4> IndexEntries; in printMachOUnwindInfoSection()
8147 IndexEntry Entry; in printMachOUnwindInfoSection()