Home | History | Annotate | Download | only in CodeGen

Lines Matching full:ivar

1414       llvm::Value *BytesBetween = Builder.CreateSub(LHS, RHS, "ivar.offset");
1570 // generating write-barries API. It is currently a global, ivar,
1581 // If ivar is a structure pointer, assigning to field of
1582 // this struct follows gcc's behavior and makes it a non-ivar
1617 // a non-ivar write-barrier.
1650 // Using array syntax to assigning to what an ivar points to is not
1651 // same as assigning to the ivar itself. {id *Names;} Names[i] = 0;
1662 // We don't know if member is an 'ivar', but this flag is looked at
3041 const ObjCIvarDecl *Ivar) {
3042 return CGM.getObjCRuntime().EmitIvarOffset(*this, Interface, Ivar);
3047 const ObjCIvarDecl *Ivar,
3050 Ivar, CVRQualifiers);