Listing of inlined functions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

Is there any way of finding out all the functions from a C / C++
program that have been inlined ?

Because I know that gcc inlines not only the functions that are marked
with inline or __inline__ keyword, but when -O3 is present, also the
ones that gcc deems they are inlineable, whether they are marked or
no.

Many thanks,
Bogdan

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux