Searched refs:dump_stream (Results 1 – 1 of 1) sorted by relevance
/external/lldb/source/Expression/ |
D | Materializer.cpp | 324 StreamString dump_stream; in DumpToLog() local 330 …dump_stream.Printf("0x%" PRIx64 ": EntityPersistentVariable (%s)\n", load_addr, m_persistent_varia… in DumpToLog() 333 dump_stream.Printf("Pointer:\n"); in DumpToLog() 341 dump_stream.Printf(" <could not be read>\n"); in DumpToLog() 347 … extractor.DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16, load_addr); in DumpToLog() 349 dump_stream.PutChar('\n'); in DumpToLog() 354 dump_stream.Printf("Target:\n"); in DumpToLog() 362 dump_stream.Printf(" <could not be read>\n"); in DumpToLog() 372 dump_stream.Printf(" <could not be read>\n"); in DumpToLog() 378 … extractor.DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16, target_address); in DumpToLog() [all …]
|