Lines Matching refs:Clone
1116 if (!RefInfo.Clone) { in cloneDieReferenceAttribute()
1120 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie.getTag())); in cloneDieReferenceAttribute()
1122 NewRefDie = RefInfo.Clone; in cloneDieReferenceAttribute()
1200 if (DIE *Clone = Info.Clone) in cloneExpression() local
1201 Offset = Clone->getOffset(); in cloneExpression()
1693 assert(!(Die && Info.Clone) && "Can't supply a DIE and a cloned DIE"); in cloneDIE()
1697 if (!Info.Clone) in cloneDIE()
1698 Info.Clone = DIE::get(DIEAlloc, dwarf::Tag(InputDIE.getTag())); in cloneDIE()
1699 Die = Info.Clone; in cloneDIE()
1897 if (DIE *Clone = cloneDIE(Child, File, Unit, PCOffset, OutOffset, Flags, in cloneDIE() local
1899 Die->addChild(Clone); in cloneDIE()
1900 OutOffset = Clone->getOffset() + Clone->getSize(); in cloneDIE()