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