OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_FPArch
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.h
167
m_FPArch
= -1;
223
int
m_FPArch
;
ARMELFAttributeData.cpp
182
m_FPArch
= pInAttr.getIntValue();
810
if (
m_FPArch
>= 0) {
826
out_fp_arch_attr.setIntValue(
m_FPArch
);
827
} else if (
m_FPArch
== 0) {
834
if (static_cast<unsigned>(
m_FPArch
) > num_fp_configs) {
835
if (static_cast<unsigned>(
m_FPArch
) > out_fp_arch_attr.getIntValue()) {
836
out_fp_arch_attr.setIntValue(
m_FPArch
);
840
const struct fp_config_data &input_fp_config = fp_configs[
m_FPArch
];
856
} // (
m_FPArch
>= 0)
[
all
...]
Completed in 35 milliseconds