Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandCompletions.h32 static void DiskFiles(CommandInterpreter &interpreter,
35 static void DiskFiles(const llvm::Twine &partial_file_name,
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandCompletions.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-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerPlatform.cpp424 CommandCompletions::DiskFiles(path, matches, resolver); in Handle_qPathComplete()