Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Ivars

424       llvm::Constant *IVars,
648 /// constructors from Objective-C ivars.
651 /// constructors to Objective-C ivars.
1217 std::vector<llvm::Constant*> Ivars;
1218 Ivars.push_back(isa);
1219 Ivars.push_back(MakeConstantString(Str));
1220 Ivars.push_back(llvm::ConstantInt::get(IntTy, Str.size()));
1223 Ivars, ".objc_str");
1556 std::vector<llvm::Constant*> Ivars;
1563 Ivars.push_back(llvm::ConstantStruct::get(ObjCIvarTy, Elements));
1573 Elements.push_back(llvm::ConstantArray::get(ObjCIvarArrayTy, Ivars));
1591 llvm::Constant *IVars,
1613 IVars->getType(), // ivars
1644 Elements.push_back(IVars);
2207 // For non-fragile ivars, set the instance size to 0 - {the size of just this
2785 // is. This allows code compiled with non-fragile ivars to work correctly
2807 // must compile with the fragile ABI if you want to use ivars from a