Added some new example code that can grab all functions from any executable,...
Added some new example code that can grab all functions from any executable, and it will print out the function name, range, return type and argument types. This example shows someone could iterate over all functions and do something intelligent with them, like create function signatures. Then two different builds could be compared to verify the API hasn't changed. llvm-svn: 183923
Loading
Please register or sign in to comment