Searched refs:RefInfo (Results 1 – 1 of 1) sorted by relevance
573 CompileUnit::DIEInfo &RefInfo) { in updateRefIncompleteness() argument590 if (RefInfo.Incomplete) in updateRefIncompleteness()922 CompileUnit::DIEInfo &RefInfo = RefUnit->getInfo(RefDie); in cloneDieReferenceAttribute() local926 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()[all …]