Searched refs:do_strip (Results 1 - 2 of 2) sorted by relevance
/build/toolchain/ |
H A D | rust_strip.py | 23 def do_strip(strip, output, unstripped_file, mini_debug, clang_base_dir): function 61 return do_strip(args.strip, args.output, args.unstripped_file, args.mini_debug, args.clang_base_dir)
|
H A D | rustc_wrapper.py | 122 result = rust_strip.do_strip(args.strip, args.output, args.unstripped_file, args.mini_debug,
|
Completed in 1 milliseconds