Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h32 static void DiskFiles(CommandInterpreter &interpreter,
35 static void DiskFiles(const llvm::Twine &partial_file_name,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp61 {lldb::eDiskFileCompletion, CommandCompletions::DiskFiles}, in InvokeCommonCompletionCallbacks()
494 void CommandCompletions::DiskFiles(CommandInterpreter &interpreter, in DiskFiles() function in CommandCompletions
500 void CommandCompletions::DiskFiles(const llvm::Twine &partial_file_name, in DiskFiles() function in CommandCompletions
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp424 CommandCompletions::DiskFiles(path, matches, resolver); in Handle_qPathComplete()