dwarf-synthesis/DwarfSynth
Théophile Bastian 344ac84ef3 Ignore ghost subroutines for clang
A ghost subroutine is a subroutine having, in the IR representation, no
content. At clang -O0, some might be generated, eg.

<foo_func>:
foo_addr        nop

which translates to Empty in BIL.
2019-04-05 11:23:18 +02:00
..
c_bindings Generate RBP column when needed 2019-04-03 12:19:49 +02:00
Frontend.ml Generate RBP column when needed 2019-04-03 12:19:49 +02:00
Main.ml Add flag to never go back to undefined rbp 2019-04-04 11:52:47 +02:00
OnlyUnwind.ml Generate CFA tracking with RIP 2018-10-23 19:22:19 +02:00
PreCBinding.ml Generate RBP column when needed 2019-04-03 12:19:49 +02:00
PreDwarf.ml Generate CFA tracking with RIP 2018-10-23 19:22:19 +02:00
Regs.ml Simplest: use rbp 2018-11-16 18:02:38 +01:00
Simplest.ml Ignore ghost subroutines for clang 2019-04-05 11:23:18 +02:00
Std.ml Generate CFA tracking with RIP 2018-10-23 19:22:19 +02:00