Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IVars

424       llvm::Constant *IVars,
644 /// constructors from Objective-C ivars.
647 /// constructors to Objective-C ivars.
1192 std::vector<llvm::Constant*> Ivars;
1193 Ivars.push_back(isa);
1194 Ivars.push_back(MakeConstantString(Str));
1195 Ivars.push_back(llvm::ConstantInt::get(IntTy, Str.size()));
1198 Ivars, ".objc_str");
1531 std::vector<llvm::Constant*> Ivars;
1538 Ivars.push_back(llvm::ConstantStruct::get(ObjCIvarTy, Elements));
1548 Elements.push_back(llvm::ConstantArray::get(ObjCIvarArrayTy, Ivars));
1566 llvm::Constant *IVars,
1588 IVars->getType(), // ivars
1619 Elements.push_back(IVars);
2182 // For non-fragile ivars, set the instance size to 0 - {the size of just this
2760 // is. This allows code compiled with non-fragile ivars to work correctly
2782 // must compile with the fragile ABI if you want to use ivars from a