Searched refs:NativeRegisterContextFreeBSD_mips64 (Results 1 – 3 of 3) sorted by relevance
34 return new NativeRegisterContextFreeBSD_mips64(target_arch, native_thread); in CreateHostNativeRegisterContextFreeBSD()37 NativeRegisterContextFreeBSD_mips64::NativeRegisterContextFreeBSD_mips64( in NativeRegisterContextFreeBSD_mips64() function in NativeRegisterContextFreeBSD_mips6443 NativeRegisterContextFreeBSD_mips64::GetRegisterInfo() const { in GetRegisterInfo()48 uint32_t NativeRegisterContextFreeBSD_mips64::GetRegisterSetCount() const { in GetRegisterSetCount()53 NativeRegisterContextFreeBSD_mips64::GetRegisterSet(uint32_t set_index) const { in GetRegisterSet()57 uint32_t NativeRegisterContextFreeBSD_mips64::GetUserRegisterCount() const { in GetUserRegisterCount()64 std::optional<NativeRegisterContextFreeBSD_mips64::RegSetKind>65 NativeRegisterContextFreeBSD_mips64::GetSetForNativeRegNum( in GetSetForNativeRegNum()81 Status NativeRegisterContextFreeBSD_mips64::ReadRegisterSet(RegSetKind set) { in ReadRegisterSet()94 Status NativeRegisterContextFreeBSD_mips64::WriteRegisterSet(RegSetKind set) { in WriteRegisterSet()[all …]
30 class NativeRegisterContextFreeBSD_mips6433 NativeRegisterContextFreeBSD_mips64(const ArchSpec &target_arch,
481 SRCS+= Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_mips64.cpp