Searched refs:finishAndCreateGlobal (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h49 /// auto global = toplevel.finishAndCreateGlobal("WIDGET_LIST", Align,
369 llvm::GlobalVariable *finishAndCreateGlobal(As &&...args) { function in class:clang::CodeGen::ConstantAggregateBuilderTemplateBase
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp274 elements.finishAndCreateGlobal(descName, CGM.getPointerAlign(),
1437 llvm::GlobalVariable *literal = fields.finishAndCreateGlobal(
H A DCGCUDANV.cpp605 llvm::GlobalVariable *FatbinWrapper = Values.finishAndCreateGlobal(
H A DCGObjCGNU.cpp1099 Fields.finishAndCreateGlobal(
1187 return MethodList.finishAndCreateGlobal(".objc_protocol_method_list",
1343 return ProtocolBuilder.finishAndCreateGlobal(".objc_protocol_list",
1411 auto *GV = ProtocolBuilder.finishAndCreateGlobal(SymName,
1471 auto *GV = SelBuilder.finishAndCreateGlobal(SelVarName,
1546 auto *InitStruct = InitStructBuilder.finishAndCreateGlobal(".objc_init",
1591 auto GV = nullBuilder.finishAndCreateGlobal(Name, CGM.getPointerAlign(),
1753 auto *metaclass = metaclassFields.finishAndCreateGlobal(
1876 auto ivarList = ivarListBuilder.finishAndCreateGlobal(".objc_ivar_list",
1930 classFields.finishAndCreateGlobal(SymbolForClas
[all...]
H A DCGObjCMac.cpp1875 finishAndCreateGlobal(ConstantInitBuilder::StructBuilder &Builder, function
1880 auto *GV = Builder.finishAndCreateGlobal(
2046 GV = Fields.finishAndCreateGlobal("_unnamed_nsstring_", Alignment,
3109 Entry = values.finishAndCreateGlobal("OBJC_PROTOCOL_" + PD->getName(),
3707 GV = values.finishAndCreateGlobal(Name, CGM.getPointerAlign(),
4143 Init.finishAndCreateGlobal(Name, Align, /*constant*/ false, LT);
6420 return finishAndCreateGlobal(values, roLabel, CGM);
6744 finishAndCreateGlobal(values, ExtCatName.str(), CGM);
6853 llvm::GlobalVariable *GV = finishAndCreateGlobal(values, prefix + name, CGM);
6994 llvm::GlobalVariable *GV = finishAndCreateGlobal(
[all...]
H A DCGOpenMPRuntime.cpp1603 return Fields.finishAndCreateGlobal(
H A DCodeGenModule.cpp1193 ctors.finishAndCreateGlobal(GlobalName, getPointerAlign(),
4837 GV = Fields.finishAndCreateGlobal("_unnamed_cfstring_", Alignment,

Completed in 489 milliseconds