Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DTarget.h904 ReadScalarIntegerFromMemory (const Address& addr,
DProcess.h2880 ReadScalarIntegerFromMemory (lldb::addr_t addr,
/external/lldb/source/Target/
DTarget.cpp1445 Target::ReadScalarIntegerFromMemory (const Address& addr, in ReadScalarIntegerFromMemory() function in Target
1486 if (ReadScalarIntegerFromMemory (addr, in ReadUnsignedIntegerFromMemory()
1503 if (ReadScalarIntegerFromMemory (addr, in ReadPointerFromMemory()
DProcess.cpp2518 if (ReadScalarIntegerFromMemory(vm_addr, integer_byte_size, false, scalar, error)) in ReadUnsignedIntegerFromMemory()
2527 if (ReadScalarIntegerFromMemory(vm_addr, GetAddressByteSize(), false, scalar, error)) in ReadPointerFromMemory()
2674 Process::ReadScalarIntegerFromMemory (addr_t addr, in ReadScalarIntegerFromMemory() function in Process
/external/lldb/source/Plugins/ABI/MacOSX-i386/
DABIMacOSX_i386.cpp600 …if (process->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, is_signed, scalar, err… in ReadIntegerArgument()
/external/lldb/source/Plugins/ABI/MacOSX-arm/
DABIMacOSX_arm.cpp409 …if (!exe_ctx.GetProcessRef().ReadScalarIntegerFromMemory(sp, arg_byte_size, is_signed, value->GetS… in GetArgumentValues()
/external/lldb/source/Plugins/ABI/SysV-x86_64/
DABISysV_x86_64.cpp473 …if (thread.GetProcess()->ReadScalarIntegerFromMemory(current_stack_argument, byte_size, is_signed,… in ReadIntegerArgument()