Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h142 using cu_iterator_range = DWARFUnitSection<DWARFCompileUnit>::iterator_range; variable
147 cu_iterator_range compile_units() { in compile_units()
149 return cu_iterator_range(CUs.begin(), CUs.end()); in compile_units()
159 cu_iterator_range dwo_compile_units() { in dwo_compile_units()
161 return cu_iterator_range(DWOCUs.begin(), DWOCUs.end()); in dwo_compile_units()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp102 collectContributionData(DWARFContext::cu_iterator_range CUs, in collectContributionData()
139 DWARFContext::cu_iterator_range CUs, in dumpDWARFv5StringOffsetsSection()
221 DWARFContext::cu_iterator_range CUs, in dumpStringOffsetsSection()
344 DWARFSection Section, cu_iterator_range CUs) { in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp285 DWARFContext::cu_iterator_range CUs, raw_ostream &OS) { in filterByName()