reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 2882   if (!TypeUnitsUnderConstruction.empty() && AddrPool.hasBeenUsed())
 2891   bool TopLevelType = TypeUnitsUnderConstruction.empty();
 2898   TypeUnitsUnderConstruction.emplace_back(std::move(OwnedUnit), CTy);
 2931     auto TypeUnitsToAdd = std::move(TypeUnitsUnderConstruction);
 2932     TypeUnitsUnderConstruction.clear();
 2964       TypeUnitsUnderConstruction(std::move(DD->TypeUnitsUnderConstruction)) {
 2965   DD->TypeUnitsUnderConstruction.clear();
 2970   DD->TypeUnitsUnderConstruction = std::move(TypeUnitsUnderConstruction);
lib/CodeGen/AsmPrinter/DwarfDebug.h
  626     decltype(DwarfDebug::TypeUnitsUnderConstruction) TypeUnitsUnderConstruction;