Lines Matching defs:track_function_decl
44 static GTY(()) tree track_function_decl;
62 stmt = gimple_build_call(track_function_decl, 0);
71 node = cgraph_get_create_node(track_function_decl);
318 if (SYMBOL_REF_DECL(body) != track_function_decl)
483 track_function_decl = build_fn_decl(track_function, fntype);
484 DECL_ASSEMBLER_NAME(track_function_decl); /* for LTO */
485 TREE_PUBLIC(track_function_decl) = 1;
486 TREE_USED(track_function_decl) = 1;
487 DECL_EXTERNAL(track_function_decl) = 1;
488 DECL_ARTIFICIAL(track_function_decl) = 1;
489 DECL_PRESERVE_P(track_function_decl) = 1;
534 .base = &track_function_decl,
536 .stride = sizeof(track_function_decl),