Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Statics

2412   llvm::Constant *Statics = NULLPtr;
2413 // Generate statics list:
2431 Statics = MakeGlobal(StaticsListTy, Elements, ".objc_statics");
2435 Elements.push_back(Statics);
2437 Statics = MakeGlobal(StaticsListArrayTy, Elements, ".objc_statics_ptr");
2438 Statics = llvm::ConstantExpr::getBitCast(Statics, PtrTy);
2516 Classes.push_back(Statics);