Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp44 CFGuardImpl(Mechanism M) : GuardMechanism(M) { in CFGuardImpl()
46 switch (GuardMechanism) { in CFGuardImpl()
149 Mechanism GuardMechanism = Mechanism::Check; member in __anon51b3f2350111::CFGuardImpl
291 if (GuardMechanism == Mechanism::Dispatch) { in runOnFunction()
305 CFGuardImpl Impl(GuardMechanism); in run()