HomeSort by: relevance | last modified time | path
    Searched refs:SectionContribution (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 94 struct SectionContribution {
102 std::unique_ptr<SectionContribution[]> Contributions;
106 const SectionContribution *getContribution(DWARFSectionKind Sec) const;
107 const SectionContribution *getContribution() const;
109 const SectionContribution *getContributions() const {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFUnitIndex.cpp 146 std::make_unique<Entry::SectionContribution *[]>(Header.NumUnits);
161 std::make_unique<Entry::SectionContribution[]>(Header.NumColumns);
246 const DWARFUnitIndex::Entry::SectionContribution *
255 const DWARFUnitIndex::Entry::SectionContribution *
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
llvm-dwp.cpp 327 DWARFUnitIndex::Entry::SectionContribution Contributions[8];
430 uint32_t DWARFUnitIndex::Entry::SectionContribution::*Field) {
486 &DWARFUnitIndex::Entry::SectionContribution::Offset);
490 &DWARFUnitIndex::Entry::SectionContribution::Length);

Completed in 172 milliseconds