Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_ppc64le.cpp207 error = ReadVMX(); in ReadRegister()
218 error = ReadVMX(); in ReadRegister()
290 error = ReadVMX(); in WriteRegister()
333 error = ReadVMX(); in WriteRegister()
364 error = ReadVMX(); in ReadAllRegisterValues()
465 Status NativeRegisterContextLinux_ppc64le::ReadVMX() { in ReadVMX() function in NativeRegisterContextLinux_ppc64le
H A DNativeRegisterContextLinux_ppc64le.h75 Status ReadVMX();
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_powerpc.h43 bool ReadVMX() override;
H A DRegisterContextPOSIXCore_powerpc.cpp48 bool RegisterContextCorePOSIX_powerpc::ReadVMX() { return true; } in ReadVMX() function in RegisterContextCorePOSIX_powerpc
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_powerpc.h189 virtual bool ReadVMX() = 0;