Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IVars

378       llvm::Constant *IVars,
992 std::vector<llvm::Constant*> Ivars;
993 Ivars.push_back(isa);
994 Ivars.push_back(MakeConstantString(Str));
995 Ivars.push_back(llvm::ConstantInt::get(IntTy, Str.size()));
998 Ivars, ".objc_str");
1331 std::vector<llvm::Constant*> Ivars;
1338 Ivars.push_back(llvm::ConstantStruct::get(ObjCIvarTy, Elements));
1348 Elements.push_back(llvm::ConstantArray::get(ObjCIvarArrayTy, Ivars));
1366 llvm::Constant *IVars,
1388 IVars->getType(), // ivars
1419 Elements.push_back(IVars);
1985 // For non-fragile ivars, set the instance size to 0 - {the size of just this
2573 // is. This allows code compiled with non-fragile ivars to work correctly
2595 // must compile with the fragile ABI if you want to use ivars from a