Lines Matching refs:NativeRegisterContextFreeBSD_mips64
33 return new NativeRegisterContextFreeBSD_mips64(target_arch, native_thread); in CreateHostNativeRegisterContextFreeBSD()
36 NativeRegisterContextFreeBSD_mips64::NativeRegisterContextFreeBSD_mips64( in NativeRegisterContextFreeBSD_mips64() function in NativeRegisterContextFreeBSD_mips64
42 NativeRegisterContextFreeBSD_mips64::GetRegisterInfo() const { in GetRegisterInfo()
47 uint32_t NativeRegisterContextFreeBSD_mips64::GetRegisterSetCount() const { in GetRegisterSetCount()
52 NativeRegisterContextFreeBSD_mips64::GetRegisterSet(uint32_t set_index) const { in GetRegisterSet()
56 uint32_t NativeRegisterContextFreeBSD_mips64::GetUserRegisterCount() const { in GetUserRegisterCount()
63 llvm::Optional<NativeRegisterContextFreeBSD_mips64::RegSetKind>
64 NativeRegisterContextFreeBSD_mips64::GetSetForNativeRegNum( in GetSetForNativeRegNum()
80 Status NativeRegisterContextFreeBSD_mips64::ReadRegisterSet(RegSetKind set) { in ReadRegisterSet()
93 Status NativeRegisterContextFreeBSD_mips64::WriteRegisterSet(RegSetKind set) { in WriteRegisterSet()
107 NativeRegisterContextFreeBSD_mips64::ReadRegister(const RegisterInfo *reg_info, in ReadRegister()
143 Status NativeRegisterContextFreeBSD_mips64::WriteRegister( in WriteRegister()
178 Status NativeRegisterContextFreeBSD_mips64::ReadAllRegisterValues( in ReadAllRegisterValues()
197 Status NativeRegisterContextFreeBSD_mips64::WriteAllRegisterValues( in WriteAllRegisterValues()
233 llvm::Error NativeRegisterContextFreeBSD_mips64::CopyHardwareWatchpointsFrom( in CopyHardwareWatchpointsFrom()