Searched refs:eDiskFileCompletion (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectPlugin.cpp | 43 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| H A D | CommandObjectTrace.cpp | 100 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 190 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| H A D | OptionsBase.td | 70 // Sets the completion to eDiskFileCompletion 76 // `eDiskFileCompletion | eDiskDirectoryCompletion`.
|
| H A D | CommandObjectSession.cpp | 35 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| H A D | CommandObjectPlatform.cpp | 836 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 1108 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 1868 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| H A D | CommandObjectProcess.cpp | 149 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 1077 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| H A D | CommandObjectCommands.cpp | 70 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 1267 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| H A D | CommandCompletions.cpp | 58 {eDiskFileCompletion, CommandCompletions::DiskFiles}, in InvokeCommonCompletionCallbacks()
|
| H A D | CommandObjectTarget.cpp | 251 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 2504 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion() 4069 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
|
| H A D | CommandObjectBreakpoint.cpp | 2203 interpreter, CommandCompletions::eDiskFileCompletion, request, in HandleOptionArgumentCompletion()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueFileSpec.h | 82 uint32_t m_completion_mask = CommandCompletions::eDiskFileCompletion;
|
| H A D | CommandOptionArgumentTable.h | 186 …{ lldb::eArgTypeFilename, "filename", CommandCompletions::eDiskFileCompletion, {}, { nullptr, fals… 207 …{ lldb::eArgTypePath, "path", CommandCompletions::eDiskFileCompletion, {}, { nullptr, false }, "Pa…
|
| H A D | CommandCompletions.h | 30 eDiskFileCompletion = (1u << 1), enumerator
|