Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h86 typedef DWARFUnitSection<DWARFCompileUnit>::iterator_range cu_iterator_range; typedef
91 cu_iterator_range compile_units() { in compile_units()
93 return cu_iterator_range(CUs.begin(), CUs.end()); in compile_units()
103 cu_iterator_range dwo_compile_units() { in dwo_compile_units()
105 return cu_iterator_range(DWOCUs.begin(), DWOCUs.end()); in dwo_compile_units()