[][src]Function raptor::translator::calls::apply_functions

pub fn apply_functions(
    function: &mut Function<Constant>,
    translation_information: &TranslationInformation,
    stack_pointer_offsets: &HashMap<ProgramLocation, StackPointerOffsets>
) -> Result<()>

Applies the semantics from external functions held in the data section to a function.

Returns true if the function was modified in any way.