Home
last modified time | relevance | path

Searched refs:RegisterInfoInterface (Results 1 – 25 of 81) sorted by relevance

1234

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextRegisterInfo.h27 RegisterInfoInterface *register_info_interface);
35 const RegisterInfoInterface &GetRegisterInfoInterface() const;
38 std::unique_ptr<RegisterInfoInterface> m_register_info_interface_up;
H A DRegisterInfoInterface.h24 class RegisterInfoInterface {
26 RegisterInfoInterface(const lldb_private::ArchSpec &target_arch) in RegisterInfoInterface() function
28 virtual ~RegisterInfoInterface() {} in ~RegisterInfoInterface()
H A DNativeRegisterContextRegisterInfo.cpp18 RegisterInfoInterface *register_info_interface) in NativeRegisterContextRegisterInfo()
40 const RegisterInfoInterface &
H A DRegisterContextPOSIX_ppc64le.h23 lldb_private::RegisterInfoInterface *register_info);
59 std::unique_ptr<lldb_private::RegisterInfoInterface> m_register_info_ap;
H A DRegisterContextPOSIX_mips64.h34 lldb_private::RegisterInfoInterface *register_info);
64 std::unique_ptr<lldb_private::RegisterInfoInterface>
H A DRegisterContextPOSIX_s390x.h25 lldb_private::RegisterInfoInterface *register_info);
62 std::unique_ptr<lldb_private::RegisterInfoInterface> m_register_info_ap;
H A DRegisterContextPOSIX_arm.h24 lldb_private::RegisterInfoInterface *register_info);
86 std::unique_ptr<lldb_private::RegisterInfoInterface>
H A DRegisterContextPOSIX_arm64.h24 lldb_private::RegisterInfoInterface *register_info);
86 std::unique_ptr<lldb_private::RegisterInfoInterface>
H A DRegisterContextPOSIX_powerpc.h147 lldb_private::RegisterInfoInterface *register_info);
180 std::unique_ptr<lldb_private::RegisterInfoInterface>
H A DRegisterContextPOSIX_x86.h25 lldb_private::RegisterInfoInterface *register_info);
151 std::unique_ptr<lldb_private::RegisterInfoInterface>
H A DRegisterContextFreeBSD_i386.h15 class RegisterContextFreeBSD_i386 : public lldb_private::RegisterInfoInterface {
H A DRegisterContextOpenBSD_i386.h15 class RegisterContextOpenBSD_i386 : public lldb_private::RegisterInfoInterface {
H A DRegisterContextFreeBSD_x86_64.h16 : public lldb_private::RegisterInfoInterface {
H A DRegisterInfoPOSIX_ppc64le.h17 class RegisterInfoPOSIX_ppc64le : public lldb_private::RegisterInfoInterface {
H A DRegisterContextNetBSD_x86_64.h16 : public lldb_private::RegisterInfoInterface {
H A DRegisterContextOpenBSD_x86_64.h16 : public lldb_private::RegisterInfoInterface {
H A DRegisterContextFreeBSD_mips64.h16 : public lldb_private::RegisterInfoInterface {
H A DRegisterContextLinux_mips.h16 class RegisterContextLinux_mips : public lldb_private::RegisterInfoInterface {
H A DRegisterContextLinux_i386.h15 class RegisterContextLinux_i386 : public lldb_private::RegisterInfoInterface {
H A DRegisterContextLinux_mips64.h16 class RegisterContextLinux_mips64 : public lldb_private::RegisterInfoInterface {
H A DRegisterContextLinux_x86_64.h15 class RegisterContextLinux_x86_64 : public lldb_private::RegisterInfoInterface {
H A DRegisterContextLinux_s390x.h15 class RegisterContextLinux_s390x : public lldb_private::RegisterInfoInterface {
H A DRegisterInfoPOSIX_ppc64le.cpp51 : lldb_private::RegisterInfoInterface(target_arch), in RegisterInfoPOSIX_ppc64le()
H A DRegisterInfoPOSIX_arm.h17 class RegisterInfoPOSIX_arm : public lldb_private::RegisterInfoInterface {
H A DRegisterContextFreeBSD_powerpc.h17 : public lldb_private::RegisterInfoInterface {

1234