Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Ivars

431       llvm::Constant *IVars,
641 /// constructors from Objective-C ivars.
644 /// constructors to Objective-C ivars.
1211 std::vector<llvm::Constant*> Ivars;
1212 Ivars.push_back(isa);
1213 Ivars.push_back(MakeConstantString(Str));
1214 Ivars.push_back(llvm::ConstantInt::get(IntTy, Str.size()));
1217 Ivars, Align, ".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));
1592 llvm::Constant *IVars,
1614 IVars->getType(), // ivars
1645 Elements.push_back(IVars);
2199 // For non-fragile ivars, set the instance size to 0 - {the size of just this
2779 // is. This allows code compiled with non-fragile ivars to work correctly
2801 // must compile with the fragile ABI if you want to use ivars from a