Home
last modified time | relevance | path

Searched refs:SectionContribution (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h46 struct SectionContribution { struct
54 std::unique_ptr<SectionContribution[]> Contributions; argument
58 const SectionContribution *getOffset(DWARFSectionKind Sec) const;
59 const SectionContribution *getOffset() const;
60 const SectionContribution *getOffsets() const { in getOffsets()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h47 struct SectionContribution { struct
55 std::unique_ptr<SectionContribution[]> Contributions; argument
59 const SectionContribution *getOffset(DWARFSectionKind Sec) const;
60 const SectionContribution *getOffset() const;
62 const SectionContribution *getOffsets() const { in getOffsets()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h94 struct SectionContribution { struct
102 std::unique_ptr<SectionContribution[]> Contributions; argument
106 const SectionContribution *getContribution(DWARFSectionKind Sec) const;
107 const SectionContribution *getContribution() const;
109 const SectionContribution *getContributions() const { in getContributions()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnitIndex.cpp56 llvm::make_unique<Entry::SectionContribution *[]>(Header.NumUnits); in parseImpl()
70 llvm::make_unique<Entry::SectionContribution[]>(Header.NumColumns); in parseImpl()
147 const DWARFUnitIndex::Entry::SectionContribution *
155 const DWARFUnitIndex::Entry::SectionContribution *
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnitIndex.cpp59 std::make_unique<Entry::SectionContribution *[]>(Header.NumUnits); in parseImpl()
73 std::make_unique<Entry::SectionContribution[]>(Header.NumColumns); in parseImpl()
150 const DWARFUnitIndex::Entry::SectionContribution *
159 const DWARFUnitIndex::Entry::SectionContribution *
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFUnitIndex.cpp146 std::make_unique<Entry::SectionContribution *[]>(Header.NumUnits); in parseImpl()
161 std::make_unique<Entry::SectionContribution[]>(Header.NumColumns); in parseImpl()
246 const DWARFUnitIndex::Entry::SectionContribution *
255 const DWARFUnitIndex::Entry::SectionContribution *
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp184 DWARFUnitIndex::Entry::SectionContribution Contributions[8];
267 uint32_t DWARFUnitIndex::Entry::SectionContribution::*Field) { in writeIndexTable()
323 &DWARFUnitIndex::Entry::SectionContribution::Offset); in writeIndex()
327 &DWARFUnitIndex::Entry::SectionContribution::Length); in writeIndex()
/external/llvm-project/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp214 DWARFUnitIndex::Entry::SectionContribution Contributions[8];
317 uint32_t DWARFUnitIndex::Entry::SectionContribution::*Field) { in writeIndexTable()
373 &DWARFUnitIndex::Entry::SectionContribution::Offset); in writeIndex()
377 &DWARFUnitIndex::Entry::SectionContribution::Length); in writeIndex()