Searched refs:TUs (Results 1 – 5 of 5) sorted by relevance
42 std::deque<DWARFUnitSection<DWARFTypeUnit>> TUs; variable89 typedef iterator_range<decltype(TUs)::iterator> tu_section_iterator_range;100 return tu_section_iterator_range(TUs.begin(), TUs.end()); in type_unit_sections()124 return TUs.size(); in getNumTypeUnits()
421 if (!TUs.empty()) in parseTypeUnits()424 TUs.emplace_back(); in parseTypeUnits()425 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.
8682 if(my @TUs = cmd_find($TMP_DIR,"f","*.tu",1)) {8683 return $TUs[0];