HomeSort by: relevance | last modified time | path
    Searched refs:SecurityCheckCookie (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 17032 FunctionCallee SecurityCheckCookie = M.getOrInsertFunction(
17035 if (Function *F = dyn_cast<Function>(SecurityCheckCookie.getCallee())) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 19425 FunctionCallee SecurityCheckCookie = M.getOrInsertFunction(
19428 if (Function *F = dyn_cast<Function>(SecurityCheckCookie.getCallee()))
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 2542 FunctionCallee SecurityCheckCookie = M.getOrInsertFunction(
2545 if (Function *F = dyn_cast<Function>(SecurityCheckCookie.getCallee())) {
    [all...]

Completed in 98 milliseconds