macro_rules! for_each_libcall {
($op:ident) => { ... };
}Expand description
Builds ELF image from the module Compilation.
Iterates through all LibCall members and all runtime exported functions.
macro_rules! for_each_libcall {
($op:ident) => { ... };
}Builds ELF image from the module Compilation.
Iterates through all LibCall members and all runtime exported functions.