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

References

tools/clang/lib/CodeGen/CGObjCMac.cpp
 2018   GV->setUnnamedAddr(llvm::GlobalValue::UnnamedAddr::Global);
 2021   GV->setAlignment(llvm::Align::None());
 2022   Fields.addBitCast(GV, CGM.Int8PtrTy);
 2029   GV = Fields.finishAndCreateGlobal("_unnamed_nsstring_", Alignment,
 2036   GV->setSection(CGM.getLangOpts().ObjCRuntime.isNonFragile()
 2039   Entry.second = GV;
 2041   return ConstantAddress(GV, Alignment);