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

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 61 bool HasRAS = false;
179 bool hasRAS() const { return HasRAS; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 230 /// HasRAS - if true, the processor supports RAS extensions
231 bool HasRAS = false;
431 bool hasRAS() const { return HasRAS; }

Completed in 153 milliseconds