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.h87 typedef DWARFUnitSection<DWARFCompileUnit>::iterator_range cu_iterator_range; typedef
92 cu_iterator_range compile_units() { in compile_units()
94 return cu_iterator_range(CUs.begin(), CUs.end()); in compile_units()
104 cu_iterator_range dwo_compile_units() { in dwo_compile_units()
106 return cu_iterator_range(DWOCUs.begin(), DWOCUs.end()); in dwo_compile_units()