reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
 3942   Entry = Entry->stripPointerCasts();
 3942   Entry = Entry->stripPointerCasts();
 3945   auto *GV = dyn_cast<llvm::GlobalVariable>(Entry);
 3961     Entry->setName(StringRef());
 3970         llvm::ConstantExpr::getBitCast(GV, Entry->getType());
 3971     Entry->replaceAllUsesWith(NewPtrForOldDecl);
 3974     cast<llvm::GlobalValue>(Entry)->eraseFromParent();