Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_arm64.h62 bool IsGCS(unsigned reg) const;
H A DRegisterContextPOSIX_arm64.cpp66 bool RegisterContextPOSIX_arm64::IsGCS(unsigned reg) const { in IsGCS() function in RegisterContextPOSIX_arm64
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp350 } else if (IsGCS(reg)) { in ReadRegister()