Searched refs:SPCall (Results 1 – 1 of 1) sorted by relevance
404 const CallInst *SPCall = findStackProtectorIntrinsic(*F); in InsertStackProtectors() local405 assert(SPCall && "Call to llvm.stackprotector is missing"); in InsertStackProtectors()406 AI = cast<AllocaInst>(SPCall->getArgOperand(1)); in InsertStackProtectors()