Searched refs:GuardFnPtrType (Results 1 – 1 of 1) sorted by relevance
154 PointerType *GuardFnPtrType = nullptr; member in __anon51b3f2350111::CFGuardImpl192 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()