Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp486 CommandCompletions::eRemoteDiskFileCompletion, request, nullptr); in HandleArgumentCompletion()
832 CommandCompletions::eRemoteDiskFileCompletion, request, nullptr); in HandleArgumentCompletion()
907 GetCommandInterpreter(), CommandCompletions::eRemoteDiskFileCompletion, in HandleArgumentCompletion()
978 GetCommandInterpreter(), CommandCompletions::eRemoteDiskFileCompletion, in HandleArgumentCompletion()
1048 GetCommandInterpreter(), CommandCompletions::eRemoteDiskFileCompletion, in HandleArgumentCompletion()
1112 CommandCompletions::eRemoteDiskFileCompletion, request, nullptr); in HandleArgumentCompletion()
H A DCommandCompletions.cpp79 {eRemoteDiskFileCompletion, CommandCompletions::RemoteDiskFiles}, in InvokeCommonCompletionCallbacks()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h51 eRemoteDiskFileCompletion = (1u << 22), enumerator