Displaying 1 result from an estimated 1 matches for "1025135".
Did you mean:
102135
2012 Sep 22
2
[LLVMdev] Typedef struct types
Hi All,
I was searching for, extracting information about 'typedefed struct types' from 'module'.
I have 'struct' typedefed in a .h file. I try to use this structure instance inside a function.
My .ll file rightly defines this type in the beginning so that it can be used later. (for example below)
%struct.DEBLOCK_UNIT = type { i8*, i8*, i8*, i8, i32, i32,