Searched refs:ReadScalarIntegerFromMemory (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/lldb/source/Plugins/ABI/X86/ |
D | ABIMacOSX_i386.cpp | 130 if (process->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, in ReadIntegerArgument()
|
D | ABISysV_i386.cpp | 152 if (process->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, in ReadIntegerArgument()
|
D | ABIWindows_x86_64.cpp | 222 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
|
D | ABISysV_x86_64.cpp | 205 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
|
/external/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
D | ABISysV_arm64.cpp | 191 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
|
D | ABIMacOSX_arm64.cpp | 219 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
|
/external/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
D | ABISysV_s390x.cpp | 297 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCClassDescriptorV2.cpp | 562 size_t read = process->ReadScalarIntegerFromMemory( in fill()
|
/external/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
D | ABISysV_ppc.cpp | 328 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
|
D | ABISysV_ppc64.cpp | 215 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Target.h | 1011 size_t ReadScalarIntegerFromMemory(const Address &addr,
|
D | Process.h | 1650 size_t ReadScalarIntegerFromMemory(lldb::addr_t addr, uint32_t byte_size,
|
/external/llvm-project/lldb/source/Target/ |
D | Process.cpp | 2219 if (ReadScalarIntegerFromMemory(vm_addr, integer_byte_size, false, scalar, in ReadUnsignedIntegerFromMemory() 2230 if (ReadScalarIntegerFromMemory(vm_addr, integer_byte_size, true, scalar, in ReadSignedIntegerFromMemory() 2238 if (ReadScalarIntegerFromMemory(vm_addr, GetAddressByteSize(), false, scalar, in ReadPointerFromMemory() 2369 size_t Process::ReadScalarIntegerFromMemory(addr_t addr, uint32_t byte_size, in ReadScalarIntegerFromMemory() function in Process
|
D | Target.cpp | 1889 size_t Target::ReadScalarIntegerFromMemory(const Address &addr, in ReadScalarIntegerFromMemory() function in Target 1924 if (ReadScalarIntegerFromMemory(addr, prefer_file_cache, integer_byte_size, in ReadUnsignedIntegerFromMemory() 1933 if (ReadScalarIntegerFromMemory(addr, prefer_file_cache, in ReadPointerFromMemory()
|
/external/llvm-project/lldb/source/Plugins/ABI/ARM/ |
D | ABIMacOSX_arm.cpp | 1516 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
|
D | ABISysV_arm.cpp | 1497 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
|