Searched refs:GVEntry (Results 1 – 1 of 1) sorted by relevance
1203 const GlobalValue *&GVEntry = in emitGlobals() local1208 if (!GVEntry) { in emitGlobals()1209 GVEntry = &GV; in emitGlobals()1214 if (GVEntry->hasExternalLinkage()) in emitGlobals()1219 if (GV.hasExternalLinkage() || GVEntry->hasExternalWeakLinkage()) in emitGlobals()1220 GVEntry = &GV; in emitGlobals()1231 if (const GlobalValue *GVEntry = in emitGlobals() local1234 if (GVEntry != &GV) { in emitGlobals()1274 if (const GlobalValue *GVEntry = in emitGlobals() local1276 if (GVEntry != &GV) // Not the canonical variable. in emitGlobals()