Searched refs:TypeUnitsUnderConstruction (Results 1 – 2 of 2) sorted by relevance
3442 if (!TypeUnitsUnderConstruction.empty() && AddrPool.hasBeenUsed()) in addDwarfTypeUnitType()3452 bool TopLevelType = TypeUnitsUnderConstruction.empty(); in addDwarfTypeUnitType()3459 TypeUnitsUnderConstruction.emplace_back(std::move(OwnedUnit), CTy); in addDwarfTypeUnitType()3502 auto TypeUnitsToAdd = std::move(TypeUnitsUnderConstruction); in addDwarfTypeUnitType()3503 TypeUnitsUnderConstruction.clear(); in addDwarfTypeUnitType()
409 TypeUnitsUnderConstruction; variable