Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectMemory.cpp816 addr_t item_addr = addr + (i * item_byte_size); in DoExecute() local
817 Address address(item_addr); in DoExecute()
819 name_strm.Printf("0x%" PRIx64, item_addr); in DoExecute()