This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Listing of inlined functions


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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]