Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Statics

2190   llvm::Constant *Statics = NULLPtr;
2191 // Generate statics list:
2209 Statics = MakeGlobal(StaticsListTy, Elements, ".objc_statics");
2213 Elements.push_back(Statics);
2215 Statics = MakeGlobal(StaticsListArrayTy, Elements, ".objc_statics_ptr");
2216 Statics = llvm::ConstantExpr::getBitCast(Statics, PtrTy);
2294 Classes.push_back(Statics);