Lines Matching full:checks
1 //===-- CFGuard.cpp - Control Flow Guard checks -----------------*- C++ -*-===//
11 /// checks on Windows targets.
32 STATISTIC(CFGuardCounter, "Number of Control Flow Guard checks added");
36 /// Adds Control Flow Guard (CFG) checks on indirect function calls/invokes.
37 /// These checks ensure that the target address corresponds to the start of an
59 /// symbol. This checks that the target address is a valid address-taken
104 /// __guard_dispatch_icall_fptr global symbol. This checks that the target
146 // Only add checks if the module has the cfguard=2 flag.
177 "Control Flow Guard checks can only be added to indirect calls");
206 "Control Flow Guard checks can only be added to indirect calls");
242 // Skip modules for which CFGuard checks have been disabled.
265 // Skip modules for which CFGuard checks have been disabled.
274 // deleted as the checks are added.
285 // If no checks are needed, return early.