Home
last modified time | relevance | path

Searched refs:SectionContribution (Results 1 – 3 of 3) 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/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/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()