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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
  273       elements.finishAndCreateGlobal(descName, CGM.getPointerAlign(),
 1436   llvm::GlobalVariable *literal = fields.finishAndCreateGlobal(
tools/clang/lib/CodeGen/CGCUDANV.cpp
  605   llvm::GlobalVariable *FatbinWrapper = Values.finishAndCreateGlobal(
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 1095       Fields.finishAndCreateGlobal(
 1183     return MethodList.finishAndCreateGlobal(".objc_protocol_method_list",
 1338     return ProtocolBuilder.finishAndCreateGlobal(".objc_protocol_list",
 1406     auto *GV = ProtocolBuilder.finishAndCreateGlobal(SymName,
 1466     auto *GV = SelBuilder.finishAndCreateGlobal(SelVarName,
 1541     auto *InitStruct = InitStructBuilder.finishAndCreateGlobal(".objc_init",
 1586       auto GV = nullBuilder.finishAndCreateGlobal(Name, CGM.getPointerAlign(),
 1748     auto *metaclass = metaclassFields.finishAndCreateGlobal(
 1871       auto ivarList = ivarListBuilder.finishAndCreateGlobal(".objc_ivar_list",
 1926       classFields.finishAndCreateGlobal(SymbolForClass(className),
 2443     fields.finishAndCreateGlobal("__objc_eh_typeinfo_" + className,
 2482     Fields.finishAndCreateGlobal(".objc_str", Align);
 2830   return MethodList.finishAndCreateGlobal(".objc_method_list",
 2866   return IvarList.finishAndCreateGlobal(".objc_ivar_list",
 2972     Elements.finishAndCreateGlobal(ClassSym, CGM.getPointerAlign(), false,
 3000   return MethodList.finishAndCreateGlobal(".objc_method_list",
 3027   return ProtocolList.finishAndCreateGlobal(".objc_protocol_list",
 3064   return Elements.finishAndCreateGlobal(SymbolForProtocol(ProtocolName),
 3134       Elements.finishAndCreateGlobal(".objc_protocol", CGM.getPointerAlign()),
 3166                    ProtocolList.finishAndCreateGlobal(".objc_protocol_list",
 3170         Elements.finishAndCreateGlobal("", CGM.getPointerAlign()),
 3214     fields.finishAndCreateGlobal("", CharUnits::fromQuantity(4));
 3271         Elements.finishAndCreateGlobal(
 3362   return propertyList.finishAndCreateGlobal(".objc_property_list",
 3480     IvarOffsetValues.finishAndCreateGlobal(".ivar.offsets",
 3640       return staticsStruct.finishAndCreateGlobal(".objc_statics",
 3649     statics = allStaticsArray.finishAndCreateGlobal(".objc_statics_ptr",
 3701     return selectors.finishAndCreateGlobal(".objc_selector_list",
 3745     return symtab.finishAndCreateGlobal("", CGM.getPointerAlign());
 3790     return module.finishAndCreateGlobal("", CGM.getPointerAlign());
tools/clang/lib/CodeGen/CGObjCMac.cpp
 1863   auto *GV = Builder.finishAndCreateGlobal(
 2029   GV = Fields.finishAndCreateGlobal("_unnamed_nsstring_", Alignment,
 3079     Entry = values.finishAndCreateGlobal("OBJC_PROTOCOL_" + PD->getName(),
 3673     GV = values.finishAndCreateGlobal(Name, CGM.getPointerAlign(),
 3997       Init.finishAndCreateGlobal(Name, Align, /*constant*/ false, LT);
 6965     Entry = values.finishAndCreateGlobal(symbolName, CGM.getPointerAlign(),
 7185     messageRef = values.finishAndCreateGlobal(messageRefName,
 7737     Entry = values.finishAndCreateGlobal("OBJC_EHTYPE_$_" + ClassName,
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1550   return Fields.finishAndCreateGlobal(
tools/clang/lib/CodeGen/CodeGenModule.cpp
 1177     ctors.finishAndCreateGlobal(GlobalName, getPointerAlign(),
 4784   GV = Fields.finishAndCreateGlobal("_unnamed_cfstring_", Alignment,