Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceInstructionDumper.h58 bool HasMoreData();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTraceInstructionDumper.cpp160 bool TraceInstructionDumper::HasMoreData() { return !m_no_more_data; } in HasMoreData() function in TraceInstructionDumper
248 if (!HasMoreData()) { in DumpInstructions()