Go to file
Arnaldo Carvalho de Melo 179e15d553 [PFUNCT]: Differentiate inlining cases
Following what is in the DWARF2 specs:

Name                          Meaning
-----------------------------------------------------------------------------
DW_INL_not_inlined            Not declared inline nor inlined by the compiler
DW_INL_inlined                Not declared inline but inlined by the compiler
DW_INL_declared_not_inlined   Declared inline but not inlined by the compiler
DW_INL_declared_inlined       Declared inline and inlined by the compiler

Take advantae of this and use it in a new pfunct option: --cc_inlined, to
show which functions were of the DW_INL_inlined type.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
2006-11-18 19:02:55 -02:00
Makefile [CODIFF]: New tool 2006-11-11 16:31:04 -02:00
classes.c [PFUNCT]: Differentiate inlining cases 2006-11-18 19:02:55 -02:00
classes.h [PFUNCT]: Differentiate inlining cases 2006-11-18 19:02:55 -02:00
codiff.c [CLASSES]: Introduce struct function & struct parameter 2006-11-18 14:33:48 -02:00
list.h Repository creation. 2006-10-24 20:42:39 -03:00
pahole.c [CLASSES]: Introduce struct tag 2006-11-18 11:54:02 -02:00
pfunct.c [PFUNCT]: Differentiate inlining cases 2006-11-18 19:02:55 -02:00
prefcnt.c [CLASSES]: Introduce struct function & struct parameter 2006-11-18 14:33:48 -02:00