<div dir="ltr"><div>Hello,</div><div>I have different codes with separate files with functions implemented. I want to view all function definitions/ instructions in single IR. I am able to do this by llvm-link for codes which have definition implemented in .c files...</div><div>But there are some codes which have definitions instructions in header files. These functions are called from .c file. I want to have a single IR with all the definitions of the called functions that are implemented in header files..</div><div><br></div><div>How to do this?</div><div>Please help...</div><div><br></div><div>Thank You</div><div>Regards<br></div></div>