Searched refs:GuardCheck (Results 1 – 3 of 3) sorted by relevance
192 CallInst *GuardCheck = in insertCFGuardCheck() local197 GuardCheck->setCallingConv(CallingConv::CFGuard_Check); in insertCFGuardCheck()
591 CallInst *GuardCheck = B.CreateCall( in buildGuestExitThunk() local596 GuardCheck->setCallingConv(CallingConv::CFGuard_Check); in buildGuestExitThunk()598 Value *GuardRetVal = B.CreateBitCast(GuardCheck, PtrTy); in buildGuestExitThunk()645 CallInst *GuardCheck = in lowerCall() local652 GuardCheck->setCallingConv(CallingConv::CFGuard_Check); in lowerCall()654 Value *GuardRetVal = B.CreateBitCast(GuardCheck, CalledOperand->getType()); in lowerCall()
622 if (Function *GuardCheck = TLI->getSSPStackGuardCheck(*M)) { in InsertStackProtectors() local627 CallInst *Call = B.CreateCall(GuardCheck, {Guard}); in InsertStackProtectors()628 Call->setAttributes(GuardCheck->getAttributes()); in InsertStackProtectors()629 Call->setCallingConv(GuardCheck->getCallingConv()); in InsertStackProtectors()