Home
last modified time | relevance | path

Searched defs: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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h47 struct SectionContribution { struct
55 std::unique_ptr<SectionContribution[]> Contributions; argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h119 SectionContribution() : Offset(0), Length(0) {} in SectionContribution() function
120 SectionContribution(uint64_t Offset, uint64_t Length) in SectionContribution() function