Lines Matching defs:TU
1928 const DwarfTypeUnit *&TU = DwarfTypeUnits[CTy];1929 if (TU) {1930 CU.addDIETypeSignature(RefDie, *TU);1942 TU = &NewTU;1973 for (const auto &TU : TypeUnitsToAdd)1974 DwarfTypeUnits.erase(TU.second);1986 for (auto &TU : TypeUnitsToAdd)1987 InfoHolder.addUnit(std::move(TU.first));