Lines Matching refs:MakeGlobal
193 llvm::GlobalVariable *MakeGlobal(llvm::StructType *Ty, in MakeGlobal() function in __anonc6edbebb0111::CGObjCGNU
209 llvm::GlobalVariable *MakeGlobal(llvm::ArrayType *Ty, in MakeGlobal() function in __anonc6edbebb0111::CGObjCGNU
231 return MakeGlobal(ArrayTy, V, Align, Name, linkage); in MakeGlobalArray()
1211 MakeGlobal(llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, nullptr), in GetEHType()
1248 llvm::Constant *ObjCStr = MakeGlobal( in GenerateConstantString()
1566 return MakeGlobal(ObjCMethodListTy, Methods, CGM.getPointerAlign(), in GenerateMethodList()
1602 return MakeGlobal(ObjCIvarListTy, Elements, CGM.getPointerAlign(), in GenerateIvarList()
1687 MakeGlobal(ClassTy, Elements, CGM.getPointerAlign(), ClassSym, in GenerateClassStructure()
1720 return MakeGlobal(ObjCMethodDescListTy, Methods, CGM.getPointerAlign(), in GenerateProtocolMethodList()
1754 return MakeGlobal(ProtocolListTy, Elements, CGM.getPointerAlign(), in GenerateProtocolList()
1791 return MakeGlobal(ProtocolTy, Elements, CGM.getPointerAlign(), in GenerateEmptyProtocol()
1947 llvm::ConstantExpr::getBitCast(MakeGlobal(ProtocolTy, Elements, in GenerateProtocol()
1989 Elements.push_back(llvm::ConstantExpr::getBitCast(MakeGlobal(ProtocolListTy, in GenerateProtocolHolderCategory()
1993 MakeGlobal(llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, in GenerateProtocolHolderCategory()
2034 llvm::Constant *GS = MakeGlobal(llvm::StructType::get(Int32Ty, arrayTy, in MakeBitField()
2086 MakeGlobal(llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, in GenerateCategory()
2424 Statics = MakeGlobal(StaticsListTy, Elements, CGM.getPointerAlign(), in ModuleInitFunction()
2431 Statics = MakeGlobal(StaticsListArrayTy, Elements, in ModuleInitFunction()
2518 MakeGlobal(SymTabTy, Elements, CGM.getPointerAlign()); in ModuleInitFunction()
2559 llvm::Value *Module = MakeGlobal(ModuleTy, Elements, CGM.getPointerAlign()); in ModuleInitFunction()