Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceManager.h158 bool AtLastLine(bool reverse) { in AtLastLine() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp363 if (AtLastLine(reverse)) in DisplayMoreWithLineNumbers()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp1071 if (target.GetSourceManager().AtLastLine(m_options.reverse)) { in DoExecute()