Home
last modified time | relevance | path

Searched defs:IndexEntry (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DUnusedParametersCheck.cpp114 struct IndexEntry { struct in clang::tidy::misc::UnusedParametersCheck::IndexerVisitor
115 std::unordered_set<const CallExpr *> Calls;
116 std::unordered_set<const DeclRefExpr *> OtherRefs;
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp71 -> std::unique_ptr<DWARFUnit> { in addUnitsImpl()
472 if (auto *IndexEntry = Header.getIndexEntry()) in tryExtractDIEsIfNeeded() local
492 if (auto *IndexEntry = Header.getIndexEntry()) in tryExtractDIEsIfNeeded() local
907 auto IndexEntry = Header.getIndexEntry(); in determineStringOffsetsTableContributionDWO() local
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h56 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable
479 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h56 const DWARFUnitIndex::Entry *IndexEntry = nullptr; variable
509 if (auto IndexEntry = Header.getIndexEntry()) in getLineTableOffset() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp72 -> std::unique_ptr<DWARFUnit> { in addUnitsImpl()
186 if (auto *IndexEntry = Header.getIndexEntry()) in DWARFUnit() local
967 auto IndexEntry = Header.getIndexEntry(); in determineStringOffsetsTableContributionDWO() local
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h139 const DWARFUnitIndex::Entry *IndexEntry; variable
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp39 const DWARFUnitIndex::Entry *IndexEntry) in DWARFUnit()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7284 struct IndexEntry { in printMachOUnwindInfoSection() struct
7285 uint32_t FunctionOffset; in printMachOUnwindInfoSection()
7286 uint32_t SecondLevelPageStart; in printMachOUnwindInfoSection()
7287 uint32_t LSDAStart; in printMachOUnwindInfoSection()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp8136 struct IndexEntry { in printMachOUnwindInfoSection() struct
8137 uint32_t FunctionOffset; in printMachOUnwindInfoSection()
8138 uint32_t SecondLevelPageStart; in printMachOUnwindInfoSection()
8139 uint32_t LSDAStart; in printMachOUnwindInfoSection()