Searched refs:DWARFUnitSection (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h42 DWARFUnitSection<DWARFCompileUnit> CUs;
43 std::vector<DWARFUnitSection<DWARFTypeUnit>> TUs;
53 DWARFUnitSection<DWARFCompileUnit> DWOCUs;
54 std::vector<DWARFUnitSection<DWARFTypeUnit>> DWOTUs;
86 typedef DWARFUnitSection<DWARFCompileUnit>::iterator_range cu_iterator_range;
87 typedef DWARFUnitSection<DWARFTypeUnit>::iterator_range tu_iterator_range;
88 typedef iterator_range<std::vector<DWARFUnitSection<DWARFTypeUnit>>::iterator> tu_section_iterator_range;
H A DDWARFUnit.h34 /// Base class for all DWARFUnitSection classes. This provides the
58 /// Concrete instance of DWARFUnitSection, specialized for one Unit type.
60 class DWARFUnitSection final : public SmallVector<std::unique_ptr<UnitType>, 1>,
65 DWARFUnitSection() : Parsed(false) {} function in class:llvm::final
66 DWARFUnitSection(DWARFUnitSection &&DUS) : function in class:llvm::final
221 /// getUnitSection - Return the DWARFUnitSection containing this unit.

Completed in 82 milliseconds