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 指令:
%call3 = call i32 @square(i32 %1)
是否可以提取指向“square”函数的指针?
谢谢 !
有Function* CallInst::getCalledFunction() const方法。
Function* CallInst::getCalledFunction() const