Searched refs:eDiskFileCompletion (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/lldb/source/Interpreter/ |
D | OptionValueFileSpec.cpp | 24 m_completion_mask(CommandCompletions::eDiskFileCompletion), in OptionValueFileSpec() 30 m_completion_mask(CommandCompletions::eDiskFileCompletion), in OptionValueFileSpec() 38 m_completion_mask(CommandCompletions::eDiskFileCompletion), in OptionValueFileSpec()
|
D | CommandObject.cpp | 1065 …{ eArgTypeFilename, "filename", CommandCompletions::eDiskFileCompletion, { nullptr, false }, "The … 1087 { eArgTypePath, "path", CommandCompletions::eDiskFileCompletion, { nullptr, false }, "Path." },
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectPlugin.cpp | 43 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
D | OptionsBase.td | 70 // Sets the completion to eDiskFileCompletion 76 // `eDiskFileCompletion | eDiskDirectoryCompletion`.
|
D | CommandObjectSession.cpp | 34 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
D | CommandObjectPlatform.cpp | 839 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 969 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 1744 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
D | CommandObjectCommands.cpp | 69 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 1253 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
D | CommandObjectProcess.cpp | 133 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 890 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
D | CommandCompletions.cpp | 56 {eDiskFileCompletion, CommandCompletions::DiskFiles}, in InvokeCommonCompletionCallbacks()
|
D | CommandObjectTarget.cpp | 262 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 2503 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 4075 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
D | CommandObjectBreakpoint.cpp | 2141 interpreter, CommandCompletions::eDiskFileCompletion, request, in HandleOptionArgumentCompletion()
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | CommandCompletions.h | 29 eDiskFileCompletion = (1u << 1), enumerator
|