Home
last modified time | relevance | path

Searched defs:GuardMechanism (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DCFGuard.h24 CFGuardPass(Mechanism M = Mechanism::Check) : GuardMechanism(M) {} in GuardMechanism() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp148 Mechanism GuardMechanism = Mechanism::Check; global() member in __anon473ae2870111::CFGuardImpl