OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoARM
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
80
///
NoARM
- True if subtarget does not support ARM mode execution.
81
bool
NoARM
;
195
bool hasARMOps() const { return !
NoARM
; }
ARMSubtarget.cpp
58
,
NoARM
(false)
Completed in 754 milliseconds