Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp154 PointerType *GuardFnPtrType = nullptr; member in __anon51b3f2350111::CFGuardImpl
192 LoadInst *GuardCheckLoad = B.CreateLoad(GuardFnPtrType, GuardFnGlobal); in insertCFGuardCheck()
253 GuardFnPtrType = PointerType::get(M.getContext(), 0); in doInitialization()
255 GuardFnGlobal = M.getOrInsertGlobal(GuardFnName, GuardFnPtrType, [&] { in doInitialization()
256 auto *Var = new GlobalVariable(M, GuardFnPtrType, false, in doInitialization()