Home | History | Annotate | Download | only in CodeGen

Lines Matching full:forwarding

791     // the block field.  There's no need to chase the forwarding
1003 // Follow the forwarding pointer.
1004 addr = Builder.CreateStructGEP(addr, 1, "byref.forwarding");
2002 llvm::Value *Loc = Builder.CreateStructGEP(BaseAddr, 1, "forwarding");
2144 // Store the address of the variable into its own forwarding pointer.
2146 Builder.CreateStructGEP(addr, 1, "byref.forwarding"));