Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Statics

2387   llvm::Constant *Statics = NULLPtr;
2388 // Generate statics list:
2406 Statics = MakeGlobal(StaticsListTy, Elements, ".objc_statics");
2410 Elements.push_back(Statics);
2412 Statics = MakeGlobal(StaticsListArrayTy, Elements, ".objc_statics_ptr");
2413 Statics = llvm::ConstantExpr::getBitCast(Statics, PtrTy);
2491 Classes.push_back(Statics);