Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp131 if (process->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, in ReadIntegerArgument()
H A DABISysV_i386.cpp153 if (process->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, in ReadIntegerArgument()
H A DABIWindows_x86_64.cpp224 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp577 size_t read = process->ReadScalarIntegerFromMemory( in fill()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp298 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp221 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
H A DABISysV_arm64.cpp193 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp328 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
H A DABISysV_ppc64.cpp217 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2072 if (ReadScalarIntegerFromMemory(vm_addr, integer_byte_size, false, scalar, in ReadUnsignedIntegerFromMemory()
2083 if (ReadScalarIntegerFromMemory(vm_addr, integer_byte_size, true, scalar, in ReadSignedIntegerFromMemory()
2091 if (ReadScalarIntegerFromMemory(vm_addr, GetAddressByteSize(), false, scalar, in ReadPointerFromMemory()
2225 size_t Process::ReadScalarIntegerFromMemory(addr_t addr, uint32_t byte_size, in ReadScalarIntegerFromMemory() function in Process
H A DTarget.cpp2041 size_t Target::ReadScalarIntegerFromMemory(const Address &addr, uint32_t byte_size, in ReadScalarIntegerFromMemory() function in Target
2075 if (ReadScalarIntegerFromMemory(addr, integer_byte_size, false, scalar, error, in ReadUnsignedIntegerFromMemory()
2085 if (ReadScalarIntegerFromMemory(addr, m_arch.GetSpec().GetAddressByteSize(), in ReadPointerFromMemory()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1087 size_t ReadScalarIntegerFromMemory(const Address &addr, uint32_t byte_size,
H A DProcess.h1611 size_t ReadScalarIntegerFromMemory(lldb::addr_t addr, uint32_t byte_size,
/openbsd-src/gnu/llvm/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()