Searched refs:InvalidateAllRegisters (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMacOSXFrameBackchain.h26 void InvalidateAllRegisters() override;
H A DRegisterContextDummy.h30 void InvalidateAllRegisters() override;
H A DRegisterContextHistory.h30 void InvalidateAllRegisters() override;
H A DRegisterContextMemory.h29 void InvalidateAllRegisters() override;
H A DRegisterContextPOSIX_arm64.h29 void InvalidateAllRegisters() override;
H A DRegisterContextPOSIX_mips64.h39 void InvalidateAllRegisters() override;
H A DRegisterContextPOSIX_ppc64le.h24 void InvalidateAllRegisters() override;
H A DRegisterContextPOSIX_s390x.h30 void InvalidateAllRegisters() override;
H A DRegisterContextThreadMemory.cpp58 void RegisterContextThreadMemory::InvalidateAllRegisters() { function in class:RegisterContextThreadMemory
61 m_reg_ctx_sp->InvalidateAllRegisters();
H A DRegisterContextDummy.cpp67 void RegisterContextDummy::InvalidateAllRegisters() {} function in class:RegisterContextDummy
H A DRegisterContextHistory.cpp68 void RegisterContextHistory::InvalidateAllRegisters() {} function in class:RegisterContextHistory
H A DRegisterContextPOSIX_arm.h29 void InvalidateAllRegisters() override;
H A DRegisterContextThreadMemory.h26 void InvalidateAllRegisters() override;
H A DThreadMemory.cpp102 m_reg_context_sp->InvalidateAllRegisters();
H A DRegisterContextMacOSXFrameBackchain.cpp32 void RegisterContextMacOSXFrameBackchain::InvalidateAllRegisters() { function in class:RegisterContextMacOSXFrameBackchain
H A DRegisterContextMemory.cpp44 void RegisterContextMemory::InvalidateAllRegisters() { function in class:RegisterContextMemory
H A DRegisterContextDarwin_i386.h22 void InvalidateAllRegisters() override;
H A DRegisterContextDarwin_x86_64.h22 void InvalidateAllRegisters() override;
H A DRegisterContextLLDB.h37 void InvalidateAllRegisters() override;
H A DRegisterContextPOSIX_mips64.cpp67 void RegisterContextPOSIX_mips64::InvalidateAllRegisters() {} function in class:RegisterContextPOSIX_mips64
H A DRegisterContextPOSIX_powerpc.cpp103 void RegisterContextPOSIX_powerpc::InvalidateAllRegisters() {} function in class:RegisterContextPOSIX_powerpc
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM.h37 void InvalidateAllRegisters() override {
H A DRegisterContextMinidump_ARM64.h36 void InvalidateAllRegisters() override {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.h48 void InvalidateAllRegisters() override;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h28 virtual void InvalidateAllRegisters() = 0;

Completed in 91 milliseconds

12