Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Ivar

1199       llvm::Value *BytesBetween = Builder.CreateSub(LHS, RHS, "ivar.offset");
1389 // generating write-barries API. It is currently a global, ivar,
1400 // If ivar is a structure pointer, assigning to field of
1401 // this struct follows gcc's behavior and makes it a non-ivar
1436 // a non-ivar write-barrier.
1469 // Using array syntax to assigning to what an ivar points to is not
1470 // same as assigning to the ivar itself. {id *Names;} Names[i] = 0;
1481 // We don't know if member is an 'ivar', but this flag is looked at
2589 const ObjCIvarDecl *Ivar) {
2590 return CGM.getObjCRuntime().EmitIvarOffset(*this, Interface, Ivar);
2595 const ObjCIvarDecl *Ivar,
2598 Ivar, CVRQualifiers);