Searched refs:CalleeAddr (Results 1 – 2 of 2) sorted by relevance
762 uint64_t CalleeAddr; in selectPatchpoint() local764 CalleeAddr = cast<ConstantInt>(C->getOperand(0))->getZExtValue(); in selectPatchpoint()767 CalleeAddr = cast<ConstantInt>(C->getOperand(0))->getZExtValue(); in selectPatchpoint()771 CalleeAddr = 0; in selectPatchpoint()775 Ops.push_back(MachineOperand::CreateImm(CalleeAddr)); in selectPatchpoint()
1039 llvm::Value *CalleeAddr = CGF.CGM.GetAddrOfFunction(Callee); in EmitNewDeleteCall() local1043 CalleeAddr, ReturnValueSlot(), Args, Callee, &CallOrInvoke); in EmitNewDeleteCall()1050 llvm::Function *Fn = dyn_cast<llvm::Function>(CalleeAddr); in EmitNewDeleteCall()