Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_ppc64le.cpp213 error = ReadVMX(); in ReadRegister()
224 error = ReadVMX(); in ReadRegister()
296 error = ReadVMX(); in WriteRegister()
339 error = ReadVMX(); in WriteRegister()
370 error = ReadVMX(); in ReadAllRegisterValues()
471 Status NativeRegisterContextLinux_ppc64le::ReadVMX() { in ReadVMX() function in NativeRegisterContextLinux_ppc64le
H A DNativeRegisterContextLinux_ppc64le.h75 Status ReadVMX();
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_powerpc.h189 virtual bool ReadVMX() = 0;