Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1925 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()
DDwarfDebug.h275 TypeUnitsUnderConstruction; variable