Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h50 eRemoteDiskFileCompletion = (1u << 22), enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp481 CommandCompletions::eRemoteDiskFileCompletion, request, nullptr); in HandleArgumentCompletion()
813 CommandCompletions::eRemoteDiskFileCompletion, request, nullptr); in HandleArgumentCompletion()
888 GetCommandInterpreter(), CommandCompletions::eRemoteDiskFileCompletion, in HandleArgumentCompletion()
943 CommandCompletions::eRemoteDiskFileCompletion, request, nullptr); in HandleArgumentCompletion()
H A DCommandCompletions.cpp77 {eRemoteDiskFileCompletion, CommandCompletions::RemoteDiskFiles}, in InvokeCommonCompletionCallbacks()