HomeSort by relevance Sort by last modified time
    Searched refs:m_FPArch (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.h 163 m_FPArch = -1;
221 int m_FPArch;
ARMELFAttributeData.cpp 180 m_FPArch = pInAttr.getIntValue();
792 if (m_FPArch >= 0) {
808 out_fp_arch_attr.setIntValue(m_FPArch);
809 } else if (m_FPArch == 0) {
816 if (static_cast<unsigned>(m_FPArch) > num_fp_configs) {
817 if (static_cast<unsigned>(m_FPArch) > out_fp_arch_attr.getIntValue()) {
818 out_fp_arch_attr.setIntValue(m_FPArch);
822 const struct fp_config_data& input_fp_config = fp_configs[m_FPArch];
840 } // (m_FPArch >= 0)
    [all...]

Completed in 195 milliseconds