Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGVTables.h30 class ConstantStructBuilder; variable
95 void createVTableInitializer(ConstantStructBuilder &builder,
H A DCGVTables.cpp832 void CodeGenVTables::createVTableInitializer(ConstantStructBuilder &builder, in createVTableInitializer()
H A DCGObjCGNU.cpp243 void PushPropertyAttributes(ConstantStructBuilder &Fields, in PushPropertyAttributes()
273 virtual ConstantArrayBuilder PushPropertyListHeader(ConstantStructBuilder &Fields, in PushPropertyListHeader()
H A DCGObjCMac.cpp1052 ConstantStructBuilder &Init,
4176 ConstantStructBuilder &Init, in CreateMetadataVar()
H A DCGOpenMPRuntime.cpp1349 static void buildStructValue(ConstantStructBuilder &Fields, CodeGenModule &CGM, in buildStructValue()
1375 ConstantStructBuilder Fields = CIBuilder.beginStruct(RL.getLLVMType()); in createGlobalStruct()
1389 ConstantStructBuilder Fields = Parent.beginStruct(RL.getLLVMType()); in createConstantGlobalStructAndAddToParent()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h524 class ConstantStructBuilder; variable
531 using StructBuilder = ConstantStructBuilder;
561 class ConstantStructBuilder
570 ConstantStructBuilder(ConstantInitBuilder &builder, in ConstantStructBuilder() function