Searched refs:DWOTUs (Results 1 – 2 of 2) sorted by relevance
43 std::vector<DWARFUnitSection<DWARFTypeUnit>> DWOTUs; variable100 return tu_section_iterator_range(DWOTUs.begin(), DWOTUs.end()); in dwo_type_unit_sections()124 return DWOTUs.size(); in getNumDWOTypeUnits()
362 if (!DWOTUs.empty()) in parseDWOTypeUnits()365 DWOTUs.push_back(DWARFUnitSection<DWARFTypeUnit>()); in parseDWOTypeUnits()366 DWOTUs.back().parseDWO(*this, I.second); in parseDWOTypeUnits()