Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Address

264 /// acceptable because we make no promises about address stability of
573 blockInfo.Address =
575 blockInfo.Address->setAlignment(blockInfo.BlockAlign.getQuantity());
607 // GEP down to the address.
608 llvm::Value *addr = CGF.Builder.CreateStructGEP(blockInfo.Address,
708 llvm::AllocaInst *blockAddr = blockInfo.Address;
709 assert(blockAddr && "block has no address!");
757 // Compute the address of the thing we're going to move into the
2098 // Find the address of the local.
2099 llvm::Value *addr = emission.Address;
2126 // Store the address of the variable into its own forwarding pointer.
2231 EHStack.pushCleanup<CallBlockRelease>(NormalAndEHCleanup, emission.Address);