Searched refs:ReadScalarIntegerFromMemory (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
| H A D | ABIMacOSX_i386.cpp | 130 if (process->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, in ReadIntegerArgument()
|
| H A D | ABISysV_i386.cpp | 152 if (process->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, in ReadIntegerArgument()
|
| H A D | ABIWindows_x86_64.cpp | 222 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
|
| H A D | ABISysV_x86_64.cpp | 205 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCClassDescriptorV2.cpp | 564 size_t read = process->ReadScalarIntegerFromMemory( in fill()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.cpp | 297 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.cpp | 219 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
|
| H A D | ABISysV_arm64.cpp | 191 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 328 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
|
| H A D | ABISysV_ppc64.cpp | 215 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 1020 size_t ReadScalarIntegerFromMemory(const Address &addr, uint32_t byte_size,
|
| H A D | Process.h | 1608 size_t ReadScalarIntegerFromMemory(lldb::addr_t addr, uint32_t byte_size,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 2086 if (ReadScalarIntegerFromMemory(vm_addr, integer_byte_size, false, scalar, in ReadUnsignedIntegerFromMemory() 2097 if (ReadScalarIntegerFromMemory(vm_addr, integer_byte_size, true, scalar, in ReadSignedIntegerFromMemory() 2105 if (ReadScalarIntegerFromMemory(vm_addr, GetAddressByteSize(), false, scalar, in ReadPointerFromMemory() 2236 size_t Process::ReadScalarIntegerFromMemory(addr_t addr, uint32_t byte_size, in ReadScalarIntegerFromMemory() function in Process
|
| H A D | Target.cpp | 1909 size_t Target::ReadScalarIntegerFromMemory(const Address &addr, uint32_t byte_size, in ReadScalarIntegerFromMemory() function in Target 1943 if (ReadScalarIntegerFromMemory(addr, integer_byte_size, false, scalar, error, in ReadUnsignedIntegerFromMemory() 1953 if (ReadScalarIntegerFromMemory(addr, m_arch.GetSpec().GetAddressByteSize(), in ReadPointerFromMemory()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABIMacOSX_arm.cpp | 1516 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
|
| H A D | ABISysV_arm.cpp | 1497 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
|