Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp151 FunctionType *GuardFnType = nullptr; member in __anona3bfba0c0111::CFGuard
180 B.CreateCall(GuardFnType, GuardCheckLoad, in insertCFGuardCheck()
239 GuardFnType = FunctionType::get(Type::getVoidTy(M.getContext()), in doInitialization()
241 GuardFnPtrType = PointerType::get(GuardFnType, 0); in doInitialization()