Searched refs:RefInfo (Results 1 – 1 of 1) sorted by relevance
2324 CompileUnit::DIEInfo &RefInfo = RefUnit->getInfo(Idx); in cloneDieReferenceAttribute() local2329 Ctxt = RefInfo.Ctxt; in cloneDieReferenceAttribute()2338 if (!RefInfo.Clone) { in cloneDieReferenceAttribute()2342 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie->getTag())); in cloneDieReferenceAttribute()2344 NewRefDie = RefInfo.Clone; in cloneDieReferenceAttribute()