Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DValueObject.cpp426 uint32_t addr_nibble_size = data.GetAddressByteSize() * 2; in GetLocationAsCStringImpl() local
427 …sstr.Printf("0x%*.*llx", addr_nibble_size, addr_nibble_size, value.GetScalar().ULongLong(LLDB_INVA… in GetLocationAsCStringImpl()