Esempio n. 1
0
void func_compile_to_assembly0(h::Func &that, const std::string &filename,
                              const std::vector<h::Argument> &args,
                              const std::string fn_name = "",
                              const h::Target &target = h::get_target_from_environment())
{
    that.compile_to_assembly(filename, args, fn_name, target);
    return;
}