Searched refs:inlined (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/gdb/include/
H A Dhp-symtab.h352 A DNTT_TYPE_MEMFUNC symbol is emitted for inlined member functions (C++).
395 unsigned int inlined: 1; member in struct:dntt_type_function
1239 unsigned int inlined: 1; member in struct:dntt_type_func_template
1287 unsigned int inlined: 1; member in struct:dntt_type_doc_function
1628 unsigned int inlined: 1; /* one or more functions have been inlined */ member in struct:PXDB_struct
1680 unsigned int inlined: 1; /* one or more functions have been inlined */ member in struct:DOC_info_PXDB_header_struct
1760 unsigned int inlined: 1; /* function has been inlined */ member in struct:quick_procedure
[all...]
/freebsd-11.0-release/contrib/gcc/
H A Dipa-inline.c110 /* E is expected to be an edge being inlined. Clone destination node of
151 /* Mark edge E as inlined and update callgraph accordingly.
167 if (!e->callee->global.inlined && flag_unit_at_a_time)
169 e->callee->global.inlined = true;
175 /* Now update size of caller and all functions caller is inlined into. */
191 /* Mark all calls of EDGE->CALLEE inlined into EDGE->CALLER.
204 all inlined functions. */
248 to be inlined, otherwise figure out how many call sites in
249 TO calls WHAT and verify that all can be inlined.
272 take the inlined functio
1087 bool inlined = false; local
[all...]
H A Dcgraph.h70 /* True when function should be inlined independently on its size. */
91 /* For inline clones this points to the function they will be inlined into. */
100 /* Set iff the function has been inlined at least once. */
101 bool inlined; local
171 inlined later. This pointer points to the clone. */
186 why function was not inlined. */
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dhpread.c1008 /* First skip over pseudo-entries with address 0. These represent inlined
1634 pxdb_header_p->inlined = doc_header.inlined;
4026 been inlined (and there is usually no FUNCTION entry)

Completed in 58 milliseconds