HomeSort by: relevance | last modified time | path
    Searched refs:StrictAlign (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.h 207 // StrictAlign - Disallow unaligned memory accesses.
208 bool StrictAlign = false;
345 bool requiresStrictAlign() const { return StrictAlign; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.h 436 /// StrictAlign - If true, the subtarget disallows unaligned memory
439 bool StrictAlign = false;
843 bool allowsUnalignedMem() const { return !StrictAlign; }

Completed in 19 milliseconds