Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp34 constexpr StringRef GuardCheckFunctionName = "__guard_check_icall_fptr"; variable
51 GuardFnName = GuardCheckFunctionName; in CFGuardImpl()
330 return Name == GuardCheckFunctionName || Name == GuardDispatchFunctionName; in isCFGuardFunction()