Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFContext.h82 typedef DWARFUnitSection<DWARFCompileUnit>::iterator_range cu_iterator_range; typedef
87 cu_iterator_range compile_units() { in compile_units()
89 return cu_iterator_range(CUs.begin(), CUs.end()); in compile_units()
99 cu_iterator_range dwo_compile_units() { in dwo_compile_units()
101 return cu_iterator_range(DWOCUs.begin(), DWOCUs.end()); in dwo_compile_units()