Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp151 FunctionType *GuardFnType = nullptr; member in __anon447644400111::CFGuard
174 B.CreateCall(GuardFnType, GuardCheckLoad, in insertCFGuardCheck()
233 GuardFnType = FunctionType::get(Type::getVoidTy(M.getContext()), in doInitialization()
235 GuardFnPtrType = PointerType::get(GuardFnType, 0); in doInitialization()