Searched refs:ignore_decl_rtl_set_p (Results 1 – 5 of 5) sorted by relevance
29 extern bool asan_protect_global (tree, bool ignore_decl_rtl_set_p = false);
1821 asan_protect_global (tree decl, bool ignore_decl_rtl_set_p) in asan_protect_global() argument1849 || (!DECL_RTL_SET_P (decl) && !ignore_decl_rtl_set_p) in asan_protect_global()1874 if (!ignore_decl_rtl_set_p || DECL_RTL_SET_P (decl)) in asan_protect_global()
2230 asan_protect_global (tree decl, bool ignore_decl_rtl_set_p) in asan_protect_global() argument2258 || (!DECL_RTL_SET_P (decl) && !ignore_decl_rtl_set_p) in asan_protect_global()2285 if (!ignore_decl_rtl_set_p || DECL_RTL_SET_P (decl)) in asan_protect_global()
4509 * asan.c (asan_protect_global): Add new ignore_decl_rtl_set_p4510 parameter. Return true if ignore_decl_rtl_set_p is true and other