Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h146 unit_iterator_range types_section_units() { in types_section_units() function
156 unit_iterator_range type_units() { return types_section_units(); } in type_units()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp381 dumpDebugType(".debug_types", types_section_units()); in dump()