Home
last modified time | relevance | path

Searched refs:target_compiler (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/build/hb/modules/interface/
H A Dbuild_module_interface.py39 target_compiler: BuildExecutorInterface):
45 self._target_compiler = target_compiler
60 def target_compiler(self): member in BuildModuleInterface
/ohos5.0/build/hb/modules/
H A Dohos_build_module.py43 target_compiler: BuildExecutorInterface):
46 loader, target_generator, target_compiler)
102 self.target_compiler.run()
/ohos5.0/build/hb/resolver/
H A Dbuild_args_resolver.py212 build_executor = build_module.target_compiler
383 build_executor = build_module.target_compiler
453 build_executor = build_module.target_compiler
593 target_compiler = build_module.target_compiler
598 target_compiler.regist_arg('-v', '')
676 target_compiler = build_module.target_compiler
677 target_compiler.regist_arg('-k1000000', '')
827 (build_module.target_compiler._start_time - epoch).total_seconds() * 10**9)