Lines Matching refs:config
58 config: str,
66 :param: config: Configuration type to calculate code size.
74 self.config = config
83 return '{git_rev}-{arch}-{config}-{compiler}'.format(**self.__dict__)
179 - size_dist_info.config: configuration type to measure
188 self.config = size_dist_info.config
201 # default config
202 if self.config == SupportedConfig.DEFAULT.value and \
207 self.config == SupportedConfig.TFM_MEDIUM.value:
215 if self.config == SupportedConfig.TFM_MEDIUM.value:
230 # set compiler by config
231 if self.config == SupportedConfig.TFM_MEDIUM.value:
253 self.config))
282 :param pre_make_cmd: command to set up proper config before running make.
326 """Backup / Restore config files."""
889 '-c', '--config', type=str, default=SupportedConfig.DEFAULT.value,
930 # version, git_rev, arch, config, compiler, opt_level
932 'old', comp_args.old_rev, comp_args.arch, comp_args.config, 'cc', '-Os')
934 'new', comp_args.new_rev, comp_args.arch, comp_args.config, 'cc', '-Os')