Displaying 1 result from an estimated 1 matches for "e9453513".
2020 Jun 22
4
Inlining functions from multiple assembly files
I am working on developing a method to do some analysis on Ada code. I have
converted the high level code (multiple Ada files) to the corresponding
LLVM IR (.s files) using the tool dragonegg. The structure of my code is
such that there are function calls across these files. Is there any way to
inline these function calls? That is if function A in A.s calls function B
in B.s, can the code for