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
125
///
AllowsUnalignedMem
- If true, the subtarget allows unaligned memory
128
bool
AllowsUnalignedMem
;
226
bool
allowsUnalignedMem
() const { return
AllowsUnalignedMem
; }
ARMSubtarget.cpp
70
,
AllowsUnalignedMem
(false)
122
AllowsUnalignedMem
= true;
Completed in 479 milliseconds