Searched refs:GuardFnPtrType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/CFGuard/ |
| HD | CFGuard.cpp | 151 PointerType *GuardFnPtrType = nullptr; member in __anon723e80ce0111::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-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64Arm64ECCallLowering.cpp | 83 PointerType *GuardFnPtrType = nullptr; member in __anon8b21a5550111::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()
|