Searched refs:out_cpu_name (Results 1 – 1 of 1) sorted by relevance
739 ELFAttributeValue& out_cpu_name = m_Attrs[Tag_CPU_name]; in postMerge() local744 if (out_cpu_name.isInitialized()) { in postMerge()745 out_cpu_name.setStringValue(get_generic_cpu_name(m_CurrentCPUArch)); in postMerge()754 ELFAttributeValue& out_cpu_name = m_Attrs[Tag_CPU_name]; in postMerge() local755 assert(out_cpu_name.isInitialized() && "CPU name has never set!"); in postMerge()756 out_cpu_name.setStringValue(m_CPUName); in postMerge()