Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFAttributeData.cpp757 ELFAttributeValue &out_cpu_name = m_Attrs[Tag_CPU_name]; in postMerge() local
762 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() local
773 assert(out_cpu_name.isInitialized() && "CPU name has never set!"); in postMerge()
774 out_cpu_name.setStringValue(m_CPUName); in postMerge()