Lines Matching full:indirect
36 /// Adds Control Flow Guard (CFG) checks on indirect function calls/invokes.
56 /// Inserts a Control Flow Guard (CFG) check on an indirect call using the CFG
98 /// \param CB indirect call to instrument.
101 /// Inserts a Control Flow Guard (CFG) check on an indirect call using the CFG
139 /// \param CB indirect call to instrument.
177 "Control Flow Guard checks can only be added to indirect calls");
182 // If the indirect call is called within catchpad or cleanuppad,
206 "Control Flow Guard checks can only be added to indirect calls");
222 "Unknown indirect call type");
271 // Iterate over the instructions to find all indirect call/invoke/callbr
272 // instructions. Make a separate list of pointers to indirect
290 // For each indirect call/invoke, add the appropriate dispatch or check.