Lines Matching refs:RefInfo
573 CompileUnit::DIEInfo &RefInfo) { in updateRefIncompleteness() argument
590 if (RefInfo.Incomplete) in updateRefIncompleteness()
922 CompileUnit::DIEInfo &RefInfo = RefUnit->getInfo(RefDie); in cloneDieReferenceAttribute() local
926 if (isODRAttribute(AttrSpec.Attr) && RefInfo.Ctxt && in cloneDieReferenceAttribute()
927 RefInfo.Ctxt->getCanonicalDIEOffset()) { in cloneDieReferenceAttribute()
928 assert(RefInfo.Ctxt->hasCanonicalDIE() && in cloneDieReferenceAttribute()
930 DIEInteger Attr(RefInfo.Ctxt->getCanonicalDIEOffset()); in cloneDieReferenceAttribute()
936 if (!RefInfo.Clone) { in cloneDieReferenceAttribute()
940 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie.getTag())); in cloneDieReferenceAttribute()
942 NewRefDie = RefInfo.Clone; in cloneDieReferenceAttribute()
963 NewRefDie, RefUnit, RefInfo.Ctxt, in cloneDieReferenceAttribute()