Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMacOSXFrameBackchain.cpp26 RegisterContextMacOSXFrameBackchain::RegisterContextMacOSXFrameBackchain( in RegisterContextMacOSXFrameBackchain() function in RegisterContextMacOSXFrameBackchain
35 RegisterContextMacOSXFrameBackchain::~RegisterContextMacOSXFrameBackchain() {} in ~RegisterContextMacOSXFrameBackchain()
37 void RegisterContextMacOSXFrameBackchain::InvalidateAllRegisters() { in InvalidateAllRegisters()
41 size_t RegisterContextMacOSXFrameBackchain::GetRegisterCount() { in GetRegisterCount()
46 RegisterContextMacOSXFrameBackchain::GetRegisterInfoAtIndex(size_t reg) { in GetRegisterInfoAtIndex()
50 size_t RegisterContextMacOSXFrameBackchain::GetRegisterSetCount() { in GetRegisterSetCount()
55 RegisterContextMacOSXFrameBackchain::GetRegisterSet(size_t reg_set) { in GetRegisterSet()
59 bool RegisterContextMacOSXFrameBackchain::ReadRegister( in ReadRegister()
136 bool RegisterContextMacOSXFrameBackchain::WriteRegister( in WriteRegister()
143 bool RegisterContextMacOSXFrameBackchain::ReadAllRegisterValues( in ReadAllRegisterValues()
[all …]
H A DRegisterContextMacOSXFrameBackchain.h18 class RegisterContextMacOSXFrameBackchain
21 RegisterContextMacOSXFrameBackchain(
25 ~RegisterContextMacOSXFrameBackchain() override;
54 DISALLOW_COPY_AND_ASSIGN(RegisterContextMacOSXFrameBackchain);
H A DUnwindMacOSXFrameBackchain.h35 friend class RegisterContextMacOSXFrameBackchain; variable
H A DUnwindMacOSXFrameBackchain.cpp69 reg_ctx_sp.reset(new RegisterContextMacOSXFrameBackchain( in DoCreateRegisterContextForFrame()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile403 SRCS+= Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp