Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp525 size_t read = process->ReadScalarIntegerFromMemory( in fill()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp318 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp790 if (process->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, in ReadIntegerArgument()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc/
H A DABISysV_ppc.cpp332 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp225 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.cpp279 if (process->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, in ReadIntegerArgument()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h998 size_t ReadScalarIntegerFromMemory(const Address &addr,
H A DProcess.h1913 size_t ReadScalarIntegerFromMemory(lldb::addr_t addr, uint32_t byte_size,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2347 if (ReadScalarIntegerFromMemory(vm_addr, integer_byte_size, false, scalar, in ReadUnsignedIntegerFromMemory()
2358 if (ReadScalarIntegerFromMemory(vm_addr, integer_byte_size, true, scalar, in ReadSignedIntegerFromMemory()
2366 if (ReadScalarIntegerFromMemory(vm_addr, GetAddressByteSize(), false, scalar, in ReadPointerFromMemory()
2497 size_t Process::ReadScalarIntegerFromMemory(addr_t addr, uint32_t byte_size, in ReadScalarIntegerFromMemory() function in Process
H A DTarget.cpp1912 size_t Target::ReadScalarIntegerFromMemory(const Address &addr, in ReadScalarIntegerFromMemory() function in Target
1947 if (ReadScalarIntegerFromMemory(addr, prefer_file_cache, integer_byte_size, in ReadUnsignedIntegerFromMemory()
1956 if (ReadScalarIntegerFromMemory(addr, prefer_file_cache, in ReadPointerFromMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp1202 if (thread.GetProcess()->ReadScalarIntegerFromMemory( in ReadIntegerArgument()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp1533 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1512 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp1813 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp1841 if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory( in GetArgumentValues()