Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_mips64.cpp34 return new NativeRegisterContextFreeBSD_mips64(target_arch, native_thread); in CreateHostNativeRegisterContextFreeBSD()
37 NativeRegisterContextFreeBSD_mips64::NativeRegisterContextFreeBSD_mips64( in NativeRegisterContextFreeBSD_mips64() function in NativeRegisterContextFreeBSD_mips64
43 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 …]
H A DNativeRegisterContextFreeBSD_mips64.h30 class NativeRegisterContextFreeBSD_mips64
33 NativeRegisterContextFreeBSD_mips64(const ArchSpec &target_arch,
/freebsd/lib/clang/liblldb/
H A DMakefile481 SRCS+= Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_mips64.cpp