search for: 9c0875c8

Displaying 1 result from an estimated 1 matches for "9c0875c8".

2015 Dec 25
2
How could I get some semantic information from IR?
I am working on my first llvm Pass to analyze some structure variables in source code, but in IR, there are only getelementptr to calculate the memory address to fetch the value of a specific member in the structure. For example, when I try to get the member name of Structure S in statement "if(ss.aaaa == b)", where ss is a object of Structure S and b is an integer, [image: 内嵌图片 2]