Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp43 enum Mechanism { CF_Check, CF_Dispatch }; enumerator
247 } else if (GuardMechanism == CF_Dispatch) { in doInitialization()
291 if (GuardMechanism == CF_Dispatch) { in runOnFunction()
312 return new CFGuard(CFGuard::CF_Dispatch); in createCFGuardDispatchPass()