Searched refs:GVEntry (Results 1 – 1 of 1) sorted by relevance
1256 const GlobalValue *&GVEntry = in emitGlobals() local1261 if (!GVEntry) { in emitGlobals()1262 GVEntry = &GV; in emitGlobals()1267 if (GVEntry->hasExternalLinkage()) in emitGlobals()1272 if (GV.hasExternalLinkage() || GVEntry->hasExternalWeakLinkage()) in emitGlobals()1273 GVEntry = &GV; in emitGlobals()1284 if (const GlobalValue *GVEntry = in emitGlobals() local1287 if (GVEntry != &GV) { in emitGlobals()1327 if (const GlobalValue *GVEntry = in emitGlobals() local1329 if (GVEntry != &GV) // Not the canonical variable. in emitGlobals()