Home
last modified time | relevance | path

Searched refs:eDiskFileCompletion (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp25 m_completion_mask(CommandCompletions::eDiskFileCompletion), in OptionValueFileSpec()
31 m_completion_mask(CommandCompletions::eDiskFileCompletion), in OptionValueFileSpec()
39 m_completion_mask(CommandCompletions::eDiskFileCompletion), in OptionValueFileSpec()
H A DCommandObject.cpp1038 …{ eArgTypeFilename, "filename", CommandCompletions::eDiskFileCompletion, { nullptr, false }, "The …
1059 { eArgTypePath, "path", CommandCompletions::eDiskFileCompletion, { nullptr, false }, "Path." },
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlugin.cpp45 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectSettings.cpp325 … OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eDiskFileCompletion, eArgTypeFi…
452 … OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eDiskFileCompletion, eArgTypeFi…
H A DCommandCompletions.cpp43 {eDiskFileCompletion, CommandCompletions::DiskFiles},
H A DCommandObjectCommands.cpp238 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
1434 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectBreakpoint.cpp2281 … OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eDiskFileCompletion, eArgTypeFi…
2412 … OptionParser::eRequiredArgument, nullptr, {}, CommandCompletions::eDiskFileCompletion, eArgTypeFi…
H A DCommandObjectProcess.cpp138 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
H A DCommandObjectTarget.cpp262 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
2531 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
4131 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h39 eDiskFileCompletion = (1u << 1), enumerator