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.cpp739 ELFAttributeValue& out_cpu_name = m_Attrs[Tag_CPU_name]; in postMerge() local
744 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() local
755 assert(out_cpu_name.isInitialized() && "CPU name has never set!"); in postMerge()
756 out_cpu_name.setStringValue(m_CPUName); in postMerge()