Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5391 StreamString hit_count_stream; in ComputeDetailsList() local
5392 hit_count_stream.Printf("hit count = %-4u", in ComputeDetailsList()
5394 details.AppendString(hit_count_stream.GetString()); in ComputeDetailsList()