Searched refs:ReadScalarIntegerFromMemory (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/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 | 223 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
|
| H A D | ABISysV_x86_64.cpp | 206 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCClassDescriptorV2.cpp | 577 size_t read = process->ReadScalarIntegerFromMemory( in fill()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.cpp | 298 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.cpp | 220 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
|
| H A D | ABISysV_arm64.cpp | 192 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc.cpp | 328 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
|
| H A D | ABISysV_ppc64.cpp | 216 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Process.cpp | 2068 if (ReadScalarIntegerFromMemory(vm_addr, integer_byte_size, false, scalar, in ReadUnsignedIntegerFromMemory() 2079 if (ReadScalarIntegerFromMemory(vm_addr, integer_byte_size, true, scalar, in ReadSignedIntegerFromMemory() 2087 if (ReadScalarIntegerFromMemory(vm_addr, GetAddressByteSize(), false, scalar, in ReadPointerFromMemory() 2221 size_t Process::ReadScalarIntegerFromMemory(addr_t addr, uint32_t byte_size, in ReadScalarIntegerFromMemory() function in Process
|
| H A D | Target.cpp | 1995 size_t Target::ReadScalarIntegerFromMemory(const Address &addr, uint32_t byte_size, in ReadScalarIntegerFromMemory() function in Target 2029 if (ReadScalarIntegerFromMemory(addr, integer_byte_size, false, scalar, error, in ReadUnsignedIntegerFromMemory() 2039 if (ReadScalarIntegerFromMemory(addr, m_arch.GetSpec().GetAddressByteSize(), in ReadPointerFromMemory()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABIMacOSX_arm.cpp | 1412 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
|
| H A D | ABISysV_arm.cpp | 1393 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Target.h | 1077 size_t ReadScalarIntegerFromMemory(const Address &addr, uint32_t byte_size,
|
| H A D | Process.h | 1589 size_t ReadScalarIntegerFromMemory(lldb::addr_t addr, uint32_t byte_size,
|