OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowsUnalignedMem
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
139
///
AllowsUnalignedMem
- If true, the subtarget allows unaligned memory
142
bool
AllowsUnalignedMem
;
250
bool
allowsUnalignedMem
() const { return
AllowsUnalignedMem
; }
ARMSubtarget.cpp
72
,
AllowsUnalignedMem
(false)
127
AllowsUnalignedMem
= true;
Completed in 60 milliseconds