标签: function llvm
我正在LLVM写一个传递,其中我需要有关所有functions defined by user.的信息 是否有任何程序可以获得用户定义的功能? 我正在迭代Module and Function iterator但是如何检查给定的函数是否是用户定义的?
LLVM
functions defined by user.
Module and Function iterator