Home
last modified time | relevance | path

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

/freebsd-14.2/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()
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()
144 Status NativeRegisterContextFreeBSD_mips64::WriteRegister( in WriteRegister()
179 Status NativeRegisterContextFreeBSD_mips64::ReadAllRegisterValues( in ReadAllRegisterValues()
[all …]
H A DNativeRegisterContextFreeBSD_mips64.h30 class NativeRegisterContextFreeBSD_mips64
33 NativeRegisterContextFreeBSD_mips64(const ArchSpec &target_arch,
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile457 SRCS+= Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_mips64.cpp