Home
last modified time | relevance | path

Searched refs:ReadScalarIntegerFromMemory (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp130 if (process->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, in ReadIntegerArgument()
H A DABISysV_i386.cpp152 if (process->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, in ReadIntegerArgument()
H A DABIWindows_x86_64.cpp223 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
H A DABISysV_x86_64.cpp206 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp577 size_t read = process->ReadScalarIntegerFromMemory( in fill()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp298 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp220 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
H A DABISysV_arm64.cpp192 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp328 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
H A DABISysV_ppc64.cpp216 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp2068 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 DTarget.cpp1995 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 DABIMacOSX_arm.cpp1412 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
H A DABISysV_arm.cpp1393 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h1077 size_t ReadScalarIntegerFromMemory(const Address &addr, uint32_t byte_size,
H A DProcess.h1589 size_t ReadScalarIntegerFromMemory(lldb::addr_t addr, uint32_t byte_size,