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