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.cpp
129
NoARM
= false;
209
NoARM
= true;
ARMSubtarget.h
119
///
NoARM
- True if subtarget does not support ARM mode execution.
120
bool
NoARM
;
331
bool hasARMOps() const { return !
NoARM
; }
Completed in 37 milliseconds