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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13226 FunctionCallee SecurityCheckCookie = M.getOrInsertFunction( local
13229 if (Function *F = dyn_cast<Function>(SecurityCheckCookie.getCallee())) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16837 FunctionCallee SecurityCheckCookie = M.getOrInsertFunction( local
16840 if (Function *F = dyn_cast<Function>(SecurityCheckCookie.getCallee()))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2495 FunctionCallee SecurityCheckCookie = M.getOrInsertFunction( local
2498 if (Function *F = dyn_cast<Function>(SecurityCheckCookie.getCallee())) {
[all...]

Completed in 341 milliseconds