Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h65 static void DiskFiles(CommandInterpreter &interpreter,
68 static void DiskFiles(const llvm::Twine &partial_file_name,
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandCompletions.cpp58 {eDiskFileCompletion, CommandCompletions::DiskFiles}, in InvokeCommonCompletionCallbacks()
472 void CommandCompletions::DiskFiles(CommandInterpreter &interpreter, in DiskFiles() function in CommandCompletions
478 void CommandCompletions::DiskFiles(const llvm::Twine &partial_file_name, in DiskFiles() function in CommandCompletions
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp422 CommandCompletions::DiskFiles(path, matches, resolver); in Handle_qPathComplete()