Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm64.h59 bool IsSME(unsigned reg) const;
H A DRegisterContextPOSIX_arm64.cpp46 bool RegisterContextPOSIX_arm64::IsSME(unsigned reg) const { in IsSME() function in RegisterContextPOSIX_arm64
/src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp325 } else if (IsSME(reg)) { in ReadRegister()