Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm64.h150 uint32_t GetMTEOffset() const;
H A DRegisterInfoPOSIX_arm64.cpp551 uint32_t RegisterInfoPOSIX_arm64::GetMTEOffset() const { in GetMTEOffset() function in RegisterInfoPOSIX_arm64
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_arm64.cpp319 offset = reg_info->byte_offset - m_register_info_up->GetMTEOffset(); in ReadRegister()