HomeSort by relevance Sort by last modified time
    Searched refs:AllowsUnalignedMem (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 213 AllowsUnalignedMem = false;
327 AllowsUnalignedMem =
335 AllowsUnalignedMem = false;
338 AllowsUnalignedMem = false;
341 AllowsUnalignedMem = true;
ARMSubtarget.h 192 /// AllowsUnalignedMem - If true, the subtarget allows unaligned memory
195 bool AllowsUnalignedMem;
420 bool allowsUnalignedMem() const { return AllowsUnalignedMem; }

Completed in 50 milliseconds