Home
last modified time | relevance | path

Searched refs:tu_section_iterator_range (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h89 typedef iterator_range<decltype(TUs)::iterator> tu_section_iterator_range; typedef
98 tu_section_iterator_range type_unit_sections() { in type_unit_sections()
100 return tu_section_iterator_range(TUs.begin(), TUs.end()); in type_unit_sections()
110 tu_section_iterator_range dwo_type_unit_sections() { in dwo_type_unit_sections()
112 return tu_section_iterator_range(DWOTUs.begin(), DWOTUs.end()); in dwo_type_unit_sections()