Home
last modified time | relevance | path

Searched refs:clang_base_dir (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/build/toolchain/
H A Drust_strip.py23 def do_strip(strip, output, unstripped_file, mini_debug, clang_base_dir): argument
35 '--root-path', ohos_root_path, '--clang-base-dir', clang_base_dir])
61 …eturn do_strip(args.strip, args.output, args.unstripped_file, args.mini_debug, args.clang_base_dir)
H A Dmini_debug_info.py36 def create_mini_debug_info(binary_path, stripped_binary_path, root_path, clang_base_dir): argument
48 clang_base_dir, host_platform + '-' + host_cpu, 'llvm/bin')
138 args.stripped_path, args.root_path, args.clang_base_dir)
H A Dgcc_link_wrapper.py113 '--root-path', ohos_root_path, '--clang-base-dir', args.clang_base_dir]))
H A Drustc_wrapper.py123 args.clang_base_dir)
H A Dgcc_solink_wrapper.py225 '--root-path', ohos_root_path, '--clang-base-dir', args.clang_base_dir]))