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.h160 uint32_t GetMTEOffset() const;
H A DRegisterInfoPOSIX_arm64.cpp614 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.cpp346 offset = reg_info->byte_offset - m_register_info_up->GetMTEOffset(); in ReadRegister()