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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 179 /// HasTrustZone - if true, processor supports TrustZone security extensions
180 bool HasTrustZone;
337 bool hasTrustZone() const { return HasTrustZone; }
ARMAsmPrinter.cpp 760 if (Subtarget->hasTrustZone() && Subtarget->hasVirtualization())
763 else if (Subtarget->hasTrustZone())
    [all...]

Completed in 2603 milliseconds