Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp321 uint32_t addr_nibble_size = data.GetAddressByteSize() * 2; in GetLocationAsCStringImpl() local
322 sstr.Printf("0x%*.*llx", addr_nibble_size, addr_nibble_size, in GetLocationAsCStringImpl()