Searched refs:GuardCheckLoad (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/ |
| H A D | CFGuard.cpp | 192 LoadInst *GuardCheckLoad = B.CreateLoad(GuardFnPtrType, GuardFnGlobal); in insertCFGuardCheck() local 197 B.CreateCall(GuardFnType, GuardCheckLoad, {CalledOperand}, Bundles); in insertCFGuardCheck()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Arm64ECCallLowering.cpp | 641 LoadInst *GuardCheckLoad = B.CreateLoad(PtrTy, GuardFn); in buildGuestExitThunk() local 647 GuardFnType, GuardCheckLoad, {F, Thunk}); in buildGuestExitThunk() 748 LoadInst *GuardCheckLoad = B.CreateLoad(PtrTy, GuardFn); in lowerCall() local 754 B.CreateCall(GuardFnType, GuardCheckLoad, {CalledOperand, Thunk}, in lowerCall()
|