Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandHistory.h38 llvm::StringRef GetRecentmostString() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandHistory.cpp76 llvm::StringRef CommandHistory::GetRecentmostString() const { in GetRecentmostString() function in CommandHistory