Lines Matching refs:pConfig
144 bool ARMELFAttributeData::merge(const LinkerConfig& pConfig, in merge() argument
282 if (pConfig.options().warnMismatch()) in merge()
320 pConfig.options().warnMismatch()) in merge()
334 if (pConfig.options().warnMismatch()) in merge()
377 if (pConfig.options().warnMismatch()) in merge()
389 if (pConfig.options().warnMismatch()) in merge()
401 if (pConfig.options().warnMismatch()) in merge()
413 pConfig.options().warnMismatch()) in merge()
430 if (pConfig.options().warnMismatch()) in merge()
449 if (pConfig.options().warnMismatch()) { in merge()
643 static int calculate_fp_config_hash(const struct fp_config_data& pConfig) { in calculate_fp_config_hash() argument
644 int x = pConfig.version; in calculate_fp_config_hash()
645 int y = pConfig.regs; in calculate_fp_config_hash()
649 static int get_fp_arch_of_config(const struct fp_config_data& pConfig) { in get_fp_arch_of_config() argument
650 int hash = calculate_fp_config_hash(pConfig); in get_fp_arch_of_config()
687 bool ARMELFAttributeData::postMerge(const LinkerConfig& pConfig, in postMerge() argument
785 if (pConfig.options().warnMismatch()) in postMerge()