Home
last modified time | relevance | path

Searched refs:SPCall (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DStackProtector.cpp404 const CallInst *SPCall = findStackProtectorIntrinsic(*F); in InsertStackProtectors() local
405 assert(SPCall && "Call to llvm.stackprotector is missing"); in InsertStackProtectors()
406 AI = cast<AllocaInst>(SPCall->getArgOperand(1)); in InsertStackProtectors()