Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDumpDataExtractor.cpp435 std::string binary_value(64, '0'); in DumpDataExtractor() local
439 binary_value[64 - 1 - i] = '1'; in DumpDataExtractor()
441 s->Printf("0b%s", binary_value.c_str() + 64 - item_bit_size); in DumpDataExtractor()
443 s->Printf("0b%s", binary_value.c_str() + 64 - item_byte_size * 8); in DumpDataExtractor()