Inlining functions from multiple assembly files

Hi,

I have multiple .s files, which contain LLVM IR code generated from corresponding high level Ada code. There are function calls across these files. Is there a way to inline a function in a .s file called by a function from a different .s file?