Searched refs:StackGuard (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp155 AllocaInst *StackGuardSlot, Value *StackGuard);
379 return IRB.CreateLoad(StackPtrTy, StackGuardVar, "StackGuard");
469 AllocaInst *StackGuardSlot, Value *StackGuard) {
471 Value *Cmp = IRB.CreateICmpNE(StackGuard, V);
811 Value *StackGuard = getStackGuard(IRB, F); local
813 IRB.CreateStore(StackGuard, StackGuardSlot);
817 checkStackGuard(IRBRet, F, *RI, StackGuardSlot, StackGuard);
468 checkStackGuard(IRBuilder< &IRB, Function &F, ReturnInst &RI, AllocaInst *StackGuardSlot, Value *StackGuard) argument

Completed in 187 milliseconds