Searched refs:ignore_decl_rtl_set_p (Results 1 – 2 of 2) sorted by relevance
29 extern bool asan_protect_global (tree, bool ignore_decl_rtl_set_p = false);
1612 asan_protect_global (tree decl, bool ignore_decl_rtl_set_p) in asan_protect_global() argument1640 || (!DECL_RTL_SET_P (decl) && !ignore_decl_rtl_set_p) in asan_protect_global()1665 if (!ignore_decl_rtl_set_p || DECL_RTL_SET_P (decl)) in asan_protect_global()