Home
last modified time | relevance | path

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

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