Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IVars

424       llvm::Constant *IVars,
634 /// constructors from Objective-C ivars.
637 /// constructors to Objective-C ivars.
1194 std::vector<llvm::Constant*> Ivars;
1195 Ivars.push_back(isa);
1196 Ivars.push_back(MakeConstantString(Str));
1197 Ivars.push_back(llvm::ConstantInt::get(IntTy, Str.size()));
1200 Ivars, ".objc_str");
1535 std::vector<llvm::Constant*> Ivars;
1542 Ivars.push_back(llvm::ConstantStruct::get(ObjCIvarTy, Elements));
1552 Elements.push_back(llvm::ConstantArray::get(ObjCIvarArrayTy, Ivars));
1570 llvm::Constant *IVars,
1592 IVars->getType(), // ivars
1623 Elements.push_back(IVars);
2171 // For non-fragile ivars, set the instance size to 0 - {the size of just this
2741 // is. This allows code compiled with non-fragile ivars to work correctly
2763 // must compile with the fragile ABI if you want to use ivars from a