Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp153 FunctionType *GuardFnType = nullptr; member in __anon51b3f2350111::CFGuardImpl
197 B.CreateCall(GuardFnType, GuardCheckLoad, {CalledOperand}, Bundles); in insertCFGuardCheck()
250 GuardFnType = in doInitialization()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp79 FunctionType *GuardFnType = nullptr; member in __anon391133dc0111::AArch64Arm64ECCallLowering
647 GuardFnType, GuardCheckLoad, {F, Thunk}); in buildGuestExitThunk()
754 B.CreateCall(GuardFnType, GuardCheckLoad, {CalledOperand, Thunk}, in lowerCall()
778 GuardFnType = FunctionType::get(PtrTy, {PtrTy, PtrTy}, false); in runOnModule()