Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm64.h109 void AddRegSetTLS(bool has_tpidr2);
H A DRegisterInfoPOSIX_arm64.cpp259 AddRegSetTLS(m_opt_regsets.AllSet(eRegsetMaskSSVE)); in RegisterInfoPOSIX_arm64()
347 void RegisterInfoPOSIX_arm64::AddRegSetTLS(bool has_tpidr2) { in AddRegSetTLS() function in RegisterInfoPOSIX_arm64