Displaying 1 result from an estimated 1 matches for "diserialiser".
Did you mean:
deserialiser
2007 Nov 13
0
[LLVMdev] DISerializer question
Hi,
I am trying to add debugging information to a front-end. Following the
example off llvm-gcc, I pretty much understood how MachineModuleInfo work
but I have a question about the lifetime of the debug object.
>From the implementation of DISerialiser, It seems to me I need to keep all
my debug information object alive until the end of the compilation unit
(until the destruction/last use of the instance of DISerialiser). For
example, I would need to keep all the SubprogramDesc for all the functions
from the translation unit. Have I correctly un...