Searched refs:AttributesCloner (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerCompileUnit.cpp | 1404 DIEAttributeCloner AttributesCloner(ClonedDIE, *this, this, InputDieEntry, in createPlainDIEandCloneAttributes() local 1408 AttributesCloner.clone(); in createPlainDIEandCloneAttributes() 1412 AccelRecordsSaver.save(InputDieEntry, ClonedDIE, AttributesCloner.AttrInfo, in createPlainDIEandCloneAttributes() 1416 AttributesCloner.finalizeAbbreviations(Info.getKeepPlainChildren()); in createPlainDIEandCloneAttributes() 1498 DIEAttributeCloner AttributesCloner(OutDIE, *this, ArtificialTypeUnit, in createTypeDIEandCloneAttributes() local 1501 AttributesCloner.clone(); in createTypeDIEandCloneAttributes() 1506 AccelRecordsSaver.save(InputDieEntry, OutDIE, AttributesCloner.AttrInfo, in createTypeDIEandCloneAttributes() 1511 OutDIE->setSize(AttributesCloner.getOutOffset() + 1); in createTypeDIEandCloneAttributes()
|