Home
last modified time | relevance | path

Searched defs:tu_section_iterator_range (Results 1 – 2 of 2) 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
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h89 typedef iterator_range<decltype(TUs)::iterator> tu_section_iterator_range; typedef