Home
last modified time | relevance | path

Searched refs:GVEntry (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1203 const GlobalValue *&GVEntry = in emitGlobals() local
1208 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() local
1234 if (GVEntry != &GV) { in emitGlobals()
1274 if (const GlobalValue *GVEntry = in emitGlobals() local
1276 if (GVEntry != &GV) // Not the canonical variable. in emitGlobals()