Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp151 PointerType *GuardFnPtrType = nullptr; member in __anon51b3f2350111::CFGuardImpl
189 LoadInst *GuardCheckLoad = B.CreateLoad(GuardFnPtrType, GuardFnGlobal); in insertCFGuardCheck()
250 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp83 PointerType *GuardFnPtrType = nullptr; member in __anon391133dc0111::AArch64Arm64ECCallLowering
648 LoadInst *GuardCheckLoad = B.CreateLoad(GuardFnPtrType, GuardFn); in buildGuestExitThunk()
762 LoadInst *GuardCheckLoad = B.CreateLoad(GuardFnPtrType, GuardFn); in lowerCall()
796 GuardFnPtrType = PointerType::get(GuardFnType, 0); in runOnModule()
800 M->getOrInsertGlobal("__os_arm64x_check_icall_cfg", GuardFnPtrType); in runOnModule()
802 M->getOrInsertGlobal("__os_arm64x_check_icall", GuardFnPtrType); in runOnModule()