Searched defs:SectionContribution (Results 1 – 3 of 3) sorted by relevance
46 struct SectionContribution { struct54 std::unique_ptr<SectionContribution[]> Contributions; argument
47 struct SectionContribution { struct55 std::unique_ptr<SectionContribution[]> Contributions; argument
119 SectionContribution() : Offset(0), Length(0) {} in SectionContribution() function120 SectionContribution(uint64_t Offset, uint64_t Length) in SectionContribution() function