Searched refs:callgraph (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | timevar.def | 43 DEFTIMEVAR (TV_CGRAPH , "callgraph construction") 44 DEFTIMEVAR (TV_CGRAPHOPT , "callgraph optimization") 122 DEFTIMEVAR (TV_CGRAPH_VERIFY , "callgraph verifier")
|
| D | langhooks.h | 440 struct lang_hooks_for_callgraph callgraph; member
|
| D | cgraphunit.c | 545 if (lang_hooks.callgraph.analyze_expr) in record_reference() 546 return lang_hooks.callgraph.analyze_expr (tp, walk_subtrees, in record_reference() 573 return lang_hooks.callgraph.analyze_expr (tp, walk_subtrees, data); in record_reference() 1258 lang_hooks.callgraph.expand_function (decl); in cgraph_expand_function()
|
| D | toplev.c | 1683 if (flag_unit_at_a_time && ! lang_hooks.callgraph.expand_function) in process_options()
|
| D | function.c | 4346 && !lang_hooks.callgraph.expand_function) in expand_function_end()
|
| D | ChangeLog-2003 | 7577 "local" to the callgraph dump. Output "after inlining" earlier. 7579 callgraph dumps. Correct misspellings. 32899 * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code. 32907 (struct lang_hooks): Add callgraph field. 32911 supporting callgraph. 32913 (expand_call_inline): Update callgraph.
|
| D | ChangeLog-2004 | 44727 body to use callgraph datastructure.
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Passes/ |
| D | PassRegistry.def | 21 MODULE_ANALYSIS("callgraph", CallGraphAnalysis()) 90 MODULE_PASS("print-callgraph", CallGraphPrinterPass(dbgs()))
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | ChangeLog.tree-ssa | 163 synthetic function, bypassing callgraph code. 164 * cp-decl2.c (finish_file): Call mudflap after callgraph-based
|
| /freebsd-12-stable/contrib/llvm-project/lld/COFF/ |
| D | Options.td | 254 "Layout sections to optimize the given callgraph">;
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | Options.td | 116 Eq<"call-graph-ordering-file", "Layout sections to optimize the given callgraph">;
|
| /freebsd-12-stable/contrib/unbound/doc/ |
| D | unbound.doxygen | 1570 # for selected functions only using the \callgraph command.
|
| /freebsd-12-stable/contrib/ldns/ |
| D | libdns.doxygen | 2272 # functions only using the \callgraph command. Disabling a call graph can be
|
| /freebsd-12-stable/contrib/bearssl/ |
| D | Doxyfile | 2267 # functions only using the \callgraph command. Disabling a call graph can be
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | invoke.texi | 590 -mno-callgraph-data -mslow-bytes -mno-slow-bytes -mno-lsim @gol 10420 @itemx -mno-callgraph-data 10422 @opindex mno-callgraph-data 10423 Emit callgraph information.
|