Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在写一个通行证,LLVM其中我需要有关所有信息的信息。functions defined by user. 是否有任何程序可以让我们获得用户定义的功能? 我正在迭代,Module and Function iterator但如何检查给定函数是否是用户定义的?
LLVM
functions defined by user.
Module and Function iterator