Searched refs:RefInfo (Results 1 – 1 of 1) sorted by relevance
1790 CompileUnit::DIEInfo &RefInfo = RefUnit->getInfo(Idx); in cloneDieReferenceAttribute() local1791 if (!RefInfo.Clone) { in cloneDieReferenceAttribute()1795 RefInfo.Clone = new DIE(dwarf::Tag(RefDie->getTag())); in cloneDieReferenceAttribute()1797 NewRefDie = RefInfo.Clone; in cloneDieReferenceAttribute()