Home
last modified time | relevance | path

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

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