reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
114 if (GV->hasPrivateLinkage()) { 121 const DataLayout &DL = GV->getParent()->getDataLayout(); 122 if (!GV->hasName()) { 125 unsigned &ID = AnonGlobalIDs[GV]; 134 StringRef Name = GV->getName(); 139 const Function *MSFunc = dyn_cast<Function>(GV);