HomeSort by relevance Sort by last modified time
    Searched defs:hasPerfMon (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 62 bool HasPerfMon = false;
210 bool hasPerfMon() const { return HasPerfMon; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64Subtarget.h 79 bool HasPerfMon = false;
292 bool hasPerfMon() const { return HasPerfMon; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 216 bool HasPerfMon = false;
451 bool hasPerfMon() const { return HasPerfMon; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMSubtarget.h 296 bool HasPerfMon = false;
585 bool hasPerfMon() const { return HasPerfMon; }

Completed in 2623 milliseconds