Home
last modified time | relevance | path

Searched refs:finishAndCreateGlobal (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1119 Fields.finishAndCreateGlobal( in GenerateConstantString()
1434 auto *GV = ProtocolBuilder.finishAndCreateGlobal(SymName, in GenerateProtocolRef()
1494 auto *GV = SelBuilder.finishAndCreateGlobal(SelVarName, in GetConstantSelector()
1776 auto *metaclass = metaclassFields.finishAndCreateGlobal( in GenerateClass()
3057 return MethodList.finishAndCreateGlobal(".objc_method_list", in GenerateMethodList()
3093 return IvarList.finishAndCreateGlobal(".objc_ivar_list", in GenerateIvarList()
3226 return MethodList.finishAndCreateGlobal(".objc_method_list", in GenerateProtocolMethodList()
3398 Elements.finishAndCreateGlobal("", CGM.getPointerAlign())); in GenerateProtocolHolderCategory()
3441 fields.finishAndCreateGlobal("", CharUnits::fromQuantity(4)); in MakeBitField()
3499 Categories.push_back(Elements.finishAndCreateGlobal( in GenerateCategory()
[all …]
H A DCGObjCMac.cpp1860 finishAndCreateGlobal(ConstantInitBuilder::StructBuilder &Builder, in finishAndCreateGlobal() function
1865 auto *GV = Builder.finishAndCreateGlobal( in finishAndCreateGlobal()
2024 GV = Fields.finishAndCreateGlobal("_unnamed_nsstring_", Alignment, in GenerateConstantNSString()
3650 GV = values.finishAndCreateGlobal(Name, CGM.getPointerAlign(), in EmitMetaClass()
4104 Init.finishAndCreateGlobal(Name, Align, /*constant*/ false, LT); in CreateMetadataVar()
6364 return finishAndCreateGlobal(values, roLabel, CGM); in BuildClassRoTInitializer()
6706 finishAndCreateGlobal(values, ExtCatName.str(), CGM); in GenerateCategory()
6955 llvm::GlobalVariable *GV = finishAndCreateGlobal( in EmitIvarList()
7148 GV = finishAndCreateGlobal(values, Name, CGM); in EmitProtocolList()
7296 messageRef = values.finishAndCreateGlobal(messageRefName, in EmitVTableMessageSend()
[all …]
H A DCGBlocks.cpp234 elements.finishAndCreateGlobal(descName, CGM.getPointerAlign(), in buildBlockDescriptor()
1332 llvm::GlobalVariable *literal = fields.finishAndCreateGlobal( in buildGlobalBlock()
H A DCGCUDANV.cpp806 llvm::GlobalVariable *FatbinWrapper = Values.finishAndCreateGlobal( in makeModuleCtorFunction()
H A DCodeGenModule.cpp2086 ctors.finishAndCreateGlobal(GlobalName, getPointerAlign(), in EmitCtorList()
6217 GV = Fields.finishAndCreateGlobal("_unnamed_cfstring_", Alignment, in GetAddrOfConstantCFString()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h383 llvm::GlobalVariable *finishAndCreateGlobal(As &&...args) { in finishAndCreateGlobal() function