OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_HardFPUse
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.h
168
m_HardFPUse
= -1;
226
int
m_HardFPUse
;
ARMELFAttributeData.cpp
187
m_HardFPUse
= pInAttr.getIntValue();
862
m_HardFPUse
= out_hardfp_use_attr.getIntValue();
866
if (
m_HardFPUse
>= 0) {
873
out_hardfp_use_attr.setIntValue(
m_HardFPUse
);
877
if ((out_fp_arch_attr.getIntValue() > 0) && (
m_HardFPUse
> 0))
[
all
...]
Completed in 40 milliseconds