Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp635 auto OwnedUnit = llvm::make_unique<DwarfCompileUnit>( in getOrCreateDwarfCompileUnit() local
637 DwarfCompileUnit &NewCU = *OwnedUnit; in getOrCreateDwarfCompileUnit()
638 InfoHolder.addUnit(std::move(OwnedUnit)); in getOrCreateDwarfCompileUnit()
2524 auto OwnedUnit = llvm::make_unique<DwarfCompileUnit>( in constructSkeletonCU() local
2526 DwarfCompileUnit &NewCU = *OwnedUnit; in constructSkeletonCU()
2534 initSkeletonUnit(CU, NewCU.getUnitDie(), std::move(OwnedUnit)); in constructSkeletonCU()
2624 auto OwnedUnit = llvm::make_unique<DwarfTypeUnit>(CU, Asm, this, &InfoHolder, in addDwarfTypeUnitType() local
2626 DwarfTypeUnit &NewTU = *OwnedUnit; in addDwarfTypeUnitType()
2628 TypeUnitsUnderConstruction.emplace_back(std::move(OwnedUnit), CTy); in addDwarfTypeUnitType()