Searched refs:gate_hwasan (Results 1 – 4 of 4) sorted by relevance
54 extern bool gate_hwasan (void);
4259 virtual bool gate (function *) { return gate_asan () || gate_hwasan (); } in gate()4297 return !optimize && (gate_asan () || gate_hwasan ()); in gate()4786 gate_hwasan () in gate_hwasan() function
509 if (gate_hwasan ()) in compile_file()
3233 (gate_hwasan): New.3236 (gate_hwasan): New decl.3292 * toplev.c (compile_file): Use `gate_hwasan` function.