Home
last modified time | relevance | path

Searched refs:RegisterContextFreeBSD_mips64 (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDRegisterContextFreeBSD_mips64.cpp69 RegisterContextFreeBSD_mips64::RegisterContextFreeBSD_mips64(const ArchSpec &target_arch) : in RegisterContextFreeBSD_mips64() function in RegisterContextFreeBSD_mips64
75 RegisterContextFreeBSD_mips64::GetGPRSize() const in GetGPRSize()
81 RegisterContextFreeBSD_mips64::GetRegisterInfo() const in GetRegisterInfo()
88 RegisterContextFreeBSD_mips64::GetRegisterCount () const in GetRegisterCount()
HDRegisterContextFreeBSD_mips64.h15 class RegisterContextFreeBSD_mips64:
19 RegisterContextFreeBSD_mips64(const lldb_private::ArchSpec &target_arch);
/NextBSD/lib/clang/liblldbPluginProcessUtility/
HDMakefile24 RegisterContextFreeBSD_mips64.cpp \
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
HDThreadElfCore.cpp119 reg_interface = new RegisterContextFreeBSD_mips64(arch); in CreateRegisterContextForFrame()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDPOSIXThread.cpp179 reg_interface = new RegisterContextFreeBSD_mips64(target_arch); in GetRegisterContext()