Searched refs:TUs (Results 1 – 4 of 4) sorted by relevance
43 std::vector<DWARFUnitSection<DWARFTypeUnit>> TUs; variable99 return tu_section_iterator_range(TUs.begin(), TUs.end()); in type_unit_sections()123 return TUs.size(); in getNumTypeUnits()
403 if (!TUs.empty()) in parseTypeUnits()406 TUs.emplace_back(); in parseTypeUnits()407 TUs.back().parse(*this, I.second); in parseTypeUnits()
1134 to search TUs instead of CUs.
1259 initialized and these are always real CUs, never TUs.