Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h144 using tu_section_iterator_range = iterator_range<decltype(TUs)::iterator>; variable
153 tu_section_iterator_range type_unit_sections() { in type_unit_sections()
155 return tu_section_iterator_range(TUs.begin(), TUs.end()); in type_unit_sections()
165 tu_section_iterator_range dwo_type_unit_sections() { in dwo_type_unit_sections()
167 return tu_section_iterator_range(DWOTUs.begin(), DWOTUs.end()); in dwo_type_unit_sections()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp103 DWARFContext::tu_section_iterator_range TUSs) { in collectContributionData()
140 DWARFContext::tu_section_iterator_range TUSs, bool LittleEndian) { in dumpDWARFv5StringOffsetsSection()
222 DWARFContext::tu_section_iterator_range TUSs, bool LittleEndian, in dumpStringOffsetsSection()
360 tu_section_iterator_range TUSections) { in dump()