Searched refs:sancov_fndecl (Results 1 – 1 of 1) sorted by relevance
26 tree sancov_fndecl; variable51 gcall = as_a_gcall(gimple_build_call(sancov_fndecl, 0)); in sancov_execute()70 sancov_fndecl = build_fn_decl("__sanitizer_cov_trace_pc", BT_FN_VOID); in sancov_start_unit()72 DECL_ASSEMBLER_NAME(sancov_fndecl); in sancov_start_unit()73 TREE_PUBLIC(sancov_fndecl) = 1; in sancov_start_unit()74 DECL_EXTERNAL(sancov_fndecl) = 1; in sancov_start_unit()75 DECL_ARTIFICIAL(sancov_fndecl) = 1; in sancov_start_unit()76 DECL_PRESERVE_P(sancov_fndecl) = 1; in sancov_start_unit()77 DECL_UNINLINABLE(sancov_fndecl) = 1; in sancov_start_unit()78 TREE_USED(sancov_fndecl) = 1; in sancov_start_unit()[all …]