Home
last modified time | relevance | path

Searched refs:getCPUInfo (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1218 def getCPUInfo(self): member in Base
1246 return self.isAArch64() and "sve" in self.getCPUInfo()
1249 return self.isAArch64() and "mte" in self.getCPUInfo()
1254 return self.isAArch64() and "paca" in self.getCPUInfo()