Searched refs:GuardFnType (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/ |
H A D | CFGuard.cpp | 150 FunctionType *GuardFnType = nullptr; member in __anon51b3f2350111::CFGuardImpl 194 B.CreateCall(GuardFnType, GuardCheckLoad, {CalledOperand}, Bundles); in insertCFGuardCheck() 247 GuardFnType = in doInitialization() 250 GuardFnPtrType = PointerType::get(GuardFnType, 0); in doInitialization()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 82 FunctionType *GuardFnType = nullptr; member in __anon391133dc0111::AArch64Arm64ECCallLowering 654 GuardFnType, GuardCheckLoad, in buildGuestExitThunk() 768 B.CreateCall(GuardFnType, GuardCheckLoad, in lowerCall() 795 GuardFnType = FunctionType::get(PtrTy, {PtrTy, PtrTy}, false); in runOnModule() 796 GuardFnPtrType = PointerType::get(GuardFnType, 0); in runOnModule()
|