Searched refs:GuardFnGlobal (Results 1 – 2 of 2) sorted by relevance
155 Constant *GuardFnGlobal = nullptr; member in __anon51b3f2350111::CFGuardImpl192 LoadInst *GuardCheckLoad = B.CreateLoad(GuardFnPtrType, GuardFnGlobal); in insertCFGuardCheck()216 LoadInst *GuardDispatchLoad = B.CreateLoad(CalledOperandType, GuardFnGlobal); in insertCFGuardDispatch()255 GuardFnGlobal = M.getOrInsertGlobal(GuardFnName, GuardFnPtrType, [&] { in doInitialization()
82 Constant *GuardFnGlobal = nullptr; member in __anon391133dc0111::AArch64Arm64ECCallLowering640 GuardFn = GuardFnGlobal; in buildGuestExitThunk()747 GuardFn = GuardFnGlobal; in lowerCall()781 GuardFnGlobal = M->getOrInsertGlobal("__os_arm64x_check_icall", PtrTy); in runOnModule()