Searched refs:GVEntry (Results 1 – 1 of 1) sorted by relevance
1234 const GlobalValue *&GVEntry = in emitGlobals() local1239 if (!GVEntry) { in emitGlobals()1240 GVEntry = &GV; in emitGlobals()1245 if (GVEntry->hasExternalLinkage()) in emitGlobals()1250 if (GV.hasExternalLinkage() || GVEntry->hasExternalWeakLinkage()) in emitGlobals()1251 GVEntry = &GV; in emitGlobals()1262 if (const GlobalValue *GVEntry = in emitGlobals() local1265 if (GVEntry != &GV) { in emitGlobals()1305 if (const GlobalValue *GVEntry = in emitGlobals() local1307 if (GVEntry != &GV) // Not the canonical variable. in emitGlobals()