Searched refs:out_cpu_name (Results 1 – 1 of 1) sorted by relevance
757 ELFAttributeValue &out_cpu_name = m_Attrs[Tag_CPU_name]; in postMerge() local762 if (out_cpu_name.isInitialized()) { in postMerge()763 out_cpu_name.setStringValue(get_generic_cpu_name(m_CurrentCPUArch)); in postMerge()772 ELFAttributeValue &out_cpu_name = m_Attrs[Tag_CPU_name]; in postMerge() local773 assert(out_cpu_name.isInitialized() && "CPU name has never set!"); in postMerge()774 out_cpu_name.setStringValue(m_CPUName); in postMerge()