Searched refs:TUs (Results 1 – 4 of 4) sorted by relevance
35 std::vector<DWARFUnitSection<DWARFTypeUnit>> TUs; variable88 return tu_section_iterator_range(TUs.begin(), TUs.end()); in type_unit_sections()112 return TUs.size(); in getNumTypeUnits()
349 if (!TUs.empty()) in parseTypeUnits()352 TUs.push_back(DWARFUnitSection<DWARFTypeUnit>()); in parseTypeUnits()353 TUs.back().parse(*this, I.second); in parseTypeUnits()
824 to search TUs instead of CUs.
910 initialized and these are always real CUs, never TUs.