Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MakeGlobal

192   llvm::GlobalVariable *MakeGlobal(llvm::StructType *Ty,
207 llvm::GlobalVariable *MakeGlobal(llvm::ArrayType *Ty,
228 return MakeGlobal(ArrayTy, V, Align, Name, linkage);
1178 MakeGlobal(llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty, nullptr),
1215 llvm::Constant *ObjCStr = MakeGlobal(
1539 return MakeGlobal(ObjCMethodListTy, Methods, CGM.getPointerAlign(),
1580 return MakeGlobal(ObjCIvarListTy, Elements, CGM.getPointerAlign(),
1665 MakeGlobal(ClassTy, Elements, CGM.getPointerAlign(), ClassSym,
1701 return MakeGlobal(ObjCMethodDescListTy, Methods, CGM.getPointerAlign(),
1735 return MakeGlobal(ProtocolListTy, Elements, CGM.getPointerAlign(),
1776 return MakeGlobal(ProtocolTy, Elements, CGM.getPointerAlign(),
1937 llvm::ConstantExpr::getBitCast(MakeGlobal(ProtocolTy, Elements,
1979 Elements.push_back(llvm::ConstantExpr::getBitCast(MakeGlobal(ProtocolListTy,
1983 MakeGlobal(llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty,
2024 llvm::Constant *GS = MakeGlobal(llvm::StructType::get(Int32Ty, arrayTy,
2076 MakeGlobal(llvm::StructType::get(PtrToInt8Ty, PtrToInt8Ty,
2417 Statics = MakeGlobal(StaticsListTy, Elements, CGM.getPointerAlign(),
2424 Statics = MakeGlobal(StaticsListArrayTy, Elements,
2511 MakeGlobal(SymTabTy, Elements, CGM.getPointerAlign());
2552 llvm::Value *Module = MakeGlobal(ModuleTy, Elements, CGM.getPointerAlign());