Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp152 PointerType *GuardFnPtrType = nullptr; member in __anona3bfba0c0111::CFGuard
175 LoadInst *GuardCheckLoad = B.CreateLoad(GuardFnPtrType, GuardFnGlobal); in insertCFGuardCheck()
241 GuardFnPtrType = PointerType::get(GuardFnType, 0); in doInitialization()
252 GuardFnGlobal = M.getOrInsertGlobal(GuardFnName, GuardFnPtrType, [&] { in doInitialization()
253 auto *Var = new GlobalVariable(M, GuardFnPtrType, false, in doInitialization()