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.cpp
113
AllowsUnalignedMem
= false;
198
AllowsUnalignedMem
= (
203
AllowsUnalignedMem
= false;
206
AllowsUnalignedMem
= true;
ARMSubtarget.h
162
///
AllowsUnalignedMem
- If true, the subtarget allows unaligned memory
165
bool
AllowsUnalignedMem
;
307
bool
allowsUnalignedMem
() const { return
AllowsUnalignedMem
; }
Completed in 113 milliseconds