Lines Matching defs:RefInfo
669 CompileUnit::DIEInfo &RefInfo) {
686 if (RefInfo.Incomplete)
1102 CompileUnit::DIEInfo &RefInfo = RefUnit->getInfo(RefDie);
1106 if (isODRAttribute(AttrSpec.Attr) && RefInfo.Ctxt &&
1107 RefInfo.Ctxt->getCanonicalDIEOffset()) {
1108 assert(RefInfo.Ctxt->hasCanonicalDIE() &&
1110 DIEInteger Attr(RefInfo.Ctxt->getCanonicalDIEOffset());
1116 if (!RefInfo.Clone) {
1119 RefInfo.UnclonedReference = true;
1120 RefInfo.Clone = DIE::get(DIEAlloc, dwarf::Tag(RefDie.getTag()));
1122 NewRefDie = RefInfo.Clone;
1132 if (Ref < InputDIE.getOffset() && !RefInfo.UnclonedReference) {
1143 NewRefDie, RefUnit, RefInfo.Ctxt,