Home
last modified time | relevance | path

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

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