Function rustc_codegen_ssa::base::get_argc_argv
source · fn get_argc_argv<'a, 'tcx, Bx: BuilderMethods<'a, 'tcx>>(
cx: &'a Bx::CodegenCx,
bx: &mut Bx
) -> (Bx::Value, Bx::Value)
Expand description
Obtain the argc
and argv
values to pass to the rust start function.