rustc_codegen_ssa::base

Function get_argc_argv

Source
fn get_argc_argv<'a, 'tcx, Bx: BuilderMethods<'a, 'tcx>>(
    bx: &mut Bx,
) -> (Bx::Value, Bx::Value)
Expand description

Obtain the argc and argv values to pass to the rust start function.