Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5416 StreamString hit_count_stream; in ComputeDetailsList() local
5417 hit_count_stream.Printf("hit count = %-4u", in ComputeDetailsList()
5419 details.AppendString(hit_count_stream.GetString()); in ComputeDetailsList()