Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp149 FunctionType *GuardFnType = nullptr; member in __anon74a8d86b0111::CFGuardImpl
193 B.CreateCall(GuardFnType, GuardCheckLoad, {CalledOperand}, Bundles); in insertCFGuardCheck()
246 GuardFnType = in doInitialization()
249 GuardFnPtrType = PointerType::get(GuardFnType, 0); in doInitialization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp66 FunctionType *GuardFnType = nullptr; member in __anon88c357520111::AArch64Arm64ECCallLowering
592 GuardFnType, GuardCheckLoad, in buildGuestExitThunk()
646 B.CreateCall(GuardFnType, GuardCheckLoad, in lowerCall()
673 GuardFnType = FunctionType::get(PtrTy, {PtrTy, PtrTy}, false); in runOnModule()
674 GuardFnPtrType = PointerType::get(GuardFnType, 0); in runOnModule()