Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp43 enum Mechanism { CF_Check, CF_Dispatch }; enumerator
242 assert(GuardMechanism == CF_Dispatch && "Invalid CFGuard mechanism"); in doInitialization()
278 if (GuardMechanism == CF_Dispatch) { in runOnFunction()
299 return new CFGuard(CFGuard::CF_Dispatch); in createCFGuardDispatchPass()