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

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
 4738   GV->setUnnamedAddr(llvm::GlobalValue::UnnamedAddr::Global);
 4743   GV->setAlignment(Align.getAsAlign());
 4749     GV->setSection(isUTF16 ? "__TEXT,__ustring"
 4754     GV->setSection(".rodata");
 4758       llvm::ConstantExpr::getGetElementPtr(GV->getValueType(), GV, Zeros);
 4758       llvm::ConstantExpr::getGetElementPtr(GV->getValueType(), GV, Zeros);
 4784   GV = Fields.finishAndCreateGlobal("_unnamed_cfstring_", Alignment,
 4787   GV->addAttribute("objc_arc_inert");
 4796     GV->setSection("cfstring");
 4799     GV->setSection("__DATA,__cfstring");
 4802   Entry.second = GV;
 4804   return ConstantAddress(GV, Alignment);