Home
last modified time | relevance | path

Searched defs:allowsUnalignedMem (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMSubtarget.h244 bool allowsUnalignedMem() const { return AllowsUnalignedMem; } in allowsUnalignedMem() function
/external/llvm/lib/Target/ARM/
DARMSubtarget.h573 bool allowsUnalignedMem() const { return !StrictAlign; } in allowsUnalignedMem() function