Home
last modified time | relevance | path

Searched refs:GetTargetArchitecture (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_mips64.cpp27 notes, register_info->GetTargetArchitecture().GetTriple(), FPR_Desc); in RegisterContextCorePOSIX_mips64()
54 lldb_private::ArchSpec arch = m_register_info_ap->GetTargetArchitecture(); in ReadRegister()
H A DRegisterContextPOSIXCore_x86_64.cpp31 notes, register_info->GetTargetArchitecture().GetTriple(), FPR_Desc); in RegisterContextCorePOSIX_x86_64()
H A DRegisterContextPOSIXCore_s390x.cpp28 notes, register_info->GetTargetArchitecture().GetTriple(), FPR_Desc); in RegisterContextCorePOSIX_s390x()
H A DRegisterContextPOSIXCore_powerpc.cpp27 ArchSpec arch = register_info->GetTargetArchitecture(); in RegisterContextCorePOSIX_powerpc()
H A DRegisterContextPOSIXCore_ppc64le.cpp30 ArchSpec arch = register_info->GetTargetArchitecture(); in RegisterContextCorePOSIX_ppc64le()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_mips64.cpp104 ArchSpec target_arch = m_register_info_ap->GetTargetArchitecture(); in GetRegisterSetCount()
127 ArchSpec target_arch = m_register_info_ap->GetTargetArchitecture(); in GetRegisterSet()
H A DRegisterInfoInterface.h43 const lldb_private::ArchSpec &GetTargetArchitecture() const { in GetTargetArchitecture() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.cpp189 switch (GetRegisterInfoInterface().GetTargetArchitecture().GetMachine()) { in GetRegisterSet()