reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
97 if (GV && GV->isDSOLocal()) 97 if (GV && GV->isDSOLocal()) 102 if (M.getRtLibUseGOT() && !GV) 123 if (GV && GV->hasDLLImportStorageClass()) 123 if (GV && GV->hasDLLImportStorageClass()) 131 if (TT.isWindowsGNUEnvironment() && TT.isOSBinFormatCOFF() && GV && 132 GV->isDeclarationForLinker() && isa<GlobalVariable>(GV)) 132 GV->isDeclarationForLinker() && isa<GlobalVariable>(GV)) 138 if (TT.isOSBinFormatCOFF() && GV && GV->hasExternalWeakLinkage()) 138 if (TT.isOSBinFormatCOFF() && GV && GV->hasExternalWeakLinkage()) 154 if (GV && isPositionIndependent() && GV->hasExternalWeakLinkage()) 154 if (GV && isPositionIndependent() && GV->hasExternalWeakLinkage()) 157 if (GV && !GV->hasDefaultVisibility()) 157 if (GV && !GV->hasDefaultVisibility()) 163 return GV && GV->isStrongDefinitionForLinker(); 163 return GV && GV->isStrongDefinitionForLinker(); 178 if (GV && !GV->isDeclarationForLinker()) 178 if (GV && !GV->isDeclarationForLinker()) 184 const Function *F = dyn_cast_or_null<Function>(GV); 188 bool IsTLS = GV && GV->isThreadLocal(); 188 bool IsTLS = GV && GV->isThreadLocal(); 190 GV && Options.MCOptions.MCPIECopyRelocations && isa<GlobalVariable>(GV); 190 GV && Options.MCOptions.MCPIECopyRelocations && isa<GlobalVariable>(GV);