Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp150 PointerType *GuardFnPtrType = nullptr; member in __anon74a8d86b0111::CFGuardImpl
188 LoadInst *GuardCheckLoad = B.CreateLoad(GuardFnPtrType, GuardFnGlobal); in insertCFGuardCheck()
249 GuardFnPtrType = PointerType::get(GuardFnType, 0); in doInitialization()
251 GuardFnGlobal = M.getOrInsertGlobal(GuardFnName, GuardFnPtrType, [&] { in doInitialization()
252 auto *Var = new GlobalVariable(M, GuardFnPtrType, false, in doInitialization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp67 PointerType *GuardFnPtrType = nullptr; member in __anon88c357520111::AArch64Arm64ECCallLowering
586 LoadInst *GuardCheckLoad = B.CreateLoad(GuardFnPtrType, GuardFn); in buildGuestExitThunk()
640 LoadInst *GuardCheckLoad = B.CreateLoad(GuardFnPtrType, GuardFn); in lowerCall()
674 GuardFnPtrType = PointerType::get(GuardFnType, 0); in runOnModule()
676 M->getOrInsertGlobal("__os_arm64x_check_icall_cfg", GuardFnPtrType); in runOnModule()
678 M->getOrInsertGlobal("__os_arm64x_check_icall", GuardFnPtrType); in runOnModule()