Searched refs:TypeUnitsUnderConstruction (Results 1 – 2 of 2) sorted by relevance
1925 if (!TypeUnitsUnderConstruction.empty() && AddrPool.hasBeenUsed()) in addDwarfTypeUnitType()1934 bool TopLevelType = TypeUnitsUnderConstruction.empty(); in addDwarfTypeUnitType()1938 InfoHolder.getUnits().size() + TypeUnitsUnderConstruction.size(), CU, Asm, in addDwarfTypeUnitType()1943 TypeUnitsUnderConstruction.push_back( in addDwarfTypeUnitType()1963 auto TypeUnitsToAdd = std::move(TypeUnitsUnderConstruction); in addDwarfTypeUnitType()1964 TypeUnitsUnderConstruction.clear(); in addDwarfTypeUnitType()
275 TypeUnitsUnderConstruction; variable