Displaying 1 result from an estimated 1 matches for "19934a55".
Did you mean:
1993355
2014 Jan 22
2
[LLVMdev] source-to-source transformations using LLVM/ Clang
Hello,
I need some help in understanding few things related to llvm/clang.
What I want to do is to take a C source code and then get some information
from source code like the number of branches, load/store count etc. and
then instrument the source code with this obtained information. At the
moment, I can think of 2 approaches:
(1) Clang: Generate AST from the source code, obtain these counts