Searched refs:UnclonedReference (Results 1 – 3 of 3) sorted by relevance
28 llvm::errs() << " UnclonedReference: " << UnclonedReference << '\n'; in dump()
996 RefInfo.UnclonedReference = true; in cloneDieReferenceAttribute()1009 if (Ref < InputDIE.getOffset() && !RefInfo.UnclonedReference) { in cloneDieReferenceAttribute()
83 bool UnclonedReference : 1; member