Home
last modified time | relevance | path

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

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