Searched refs:hasBeenUsed (Results 1 – 7 of 7) sorted by relevance
47 bool hasBeenUsed() const { return HasBeenUsed; } in hasBeenUsed() function
1876 if (!TypeUnitsUnderConstruction.empty() && AddrPool.hasBeenUsed()) in addDwarfTypeUnitType()1918 if (AddrPool.hasBeenUsed()) { in addDwarfTypeUnitType()
49 bool hasBeenUsed() const { return HasBeenUsed; } in hasBeenUsed() function
2919 if (!TypeUnitsUnderConstruction.empty() && AddrPool.hasBeenUsed()) in addDwarfTypeUnitType()2973 if (AddrPool.hasBeenUsed()) { in addDwarfTypeUnitType()3003 assert(TypeUnitsUnderConstruction.empty() || !DD->AddrPool.hasBeenUsed()); in NonTypeUnitContext()
3218 if (!TypeUnitsUnderConstruction.empty() && AddrPool.hasBeenUsed()) in addDwarfTypeUnitType()3272 if (AddrPool.hasBeenUsed()) { in addDwarfTypeUnitType()3300 …Construction(std::move(DD->TypeUnitsUnderConstruction)), AddrPoolUsed(DD->AddrPool.hasBeenUsed()) { in NonTypeUnitContext()
251 def hasBeenUsed(self): member in Element