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);
320 if (SYMBOL_REF_DECL(body) != track_function_decl)
481 track_function_decl = build_fn_decl(track_function, fntype);
482 DECL_ASSEMBLER_NAME(track_function_decl); /* for LTO */
483 TREE_PUBLIC(track_function_decl) = 1;
484 TREE_USED(track_function_decl) = 1;
485 DECL_EXTERNAL(track_function_decl) = 1;
486 DECL_ARTIFICIAL(track_function_decl) = 1;
487 DECL_PRESERVE_P(track_function_decl) = 1;
532 .base = &track_function_decl,
534 .stride = sizeof(track_function_decl),