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

References

tools/clang/lib/CodeGen/CGDecl.cpp
  224   if (llvm::Constant *ExistingGV = StaticLocalDeclMap[&D])
  227   QualType Ty = D.getType();
  232   if (D.hasAttr<AsmLabelAttr>())
  233     Name = getMangledName(&D);
  235     Name = getStaticDeclName(*this, D);
  238   LangAS AS = GetGlobalVarAddressSpace(&D);
  245       D.hasAttr<CUDASharedAttr>())
  253   GV->setAlignment(getContext().getDeclAlign(&D).getAsAlign());
  258   if (D.getTLSKind())
  259     setTLSMode(GV, D);
  261   setGVProperties(GV, &D);
  272   setStaticLocalDeclAddress(&D, Addr);
  276   const Decl *DC = cast<Decl>(D.getDeclContext());