This is the mail archive of the gcc@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]

RTL representations and virtual addresses


Hello,

I use -da to dump RTL files of the passes.

Is there a way to add the virtual addresses of each directive ?

I know that RTL is abstraction and virtual addresses are relevant only
when the actual opcodes are generated.

My wish is to generate a CFG in which I would know, for each basic block
and RTL command, what is the virtual address this command will be at
in the binary..

Thank You Very Much,
sunzir.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]