Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h46 static void RemoteDiskFiles(CommandInterpreter &interpreter,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp84 {lldb::eRemoteDiskFileCompletion, CommandCompletions::RemoteDiskFiles}, in InvokeCommonCompletionCallbacks()
518 void CommandCompletions::RemoteDiskFiles(CommandInterpreter &interpreter, in RemoteDiskFiles() function in CommandCompletions