Home
last modified time | relevance | path

Searched refs:TypeUnitsUnderConstruction (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp3442 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()
HDDwarfDebug.h409 TypeUnitsUnderConstruction; variable