Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFAttributeData.cpp147 const ELFAttributeValue& pInAttr) { in merge() argument
160 if (pInAttr.getIntValue() <= CPU_Arch_Max) { in merge()
161 m_CPUArch = pInAttr.getIntValue(); in merge()
170 m_CPUName = pInAttr.getStringValue(); in merge()
175 m_CPURawName = pInAttr.getStringValue(); in merge()
180 m_FPArch = pInAttr.getIntValue(); in merge()
185 m_HardFPUse = pInAttr.getIntValue(); in merge()
190 m_SecondaryCPUArch = decode_secondary_compatibility_attribute(pInAttr); in merge()
195 m_VFPArgs = pInAttr.getIntValue(); in merge()
212 (pInAttr.type() == ELFAttributeValue::Int) && in merge()
[all …]
DARMELFAttributeData.h173 const ELFAttributeValue& pInAttr);
/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeData.h66 const ELFAttributeValue& pInAttr) = 0;