Home
last modified time | relevance | path

Searched refs:CommandObjectRegexCommand (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp21 CommandObjectRegexCommand::CommandObjectRegexCommand( in CommandObjectRegexCommand() function in CommandObjectRegexCommand
32 CommandObjectRegexCommand::~CommandObjectRegexCommand() {} in ~CommandObjectRegexCommand()
34 bool CommandObjectRegexCommand::DoExecute(llvm::StringRef command, in DoExecute()
78 bool CommandObjectRegexCommand::AddRegexCommand(const char *re_cstr, in AddRegexCommand()
92 int CommandObjectRegexCommand::HandleCompletion(CompletionRequest &request) { in HandleCompletion()
H A DCommandInterpreter.cpp526 new CommandObjectRegexCommand( in LoadCommandDictionary()
575 new CommandObjectRegexCommand( in LoadCommandDictionary()
632 new CommandObjectRegexCommand( in LoadCommandDictionary()
667 new CommandObjectRegexCommand( in LoadCommandDictionary()
681 new CommandObjectRegexCommand( in LoadCommandDictionary()
695 new CommandObjectRegexCommand( in LoadCommandDictionary()
709 new CommandObjectRegexCommand( in LoadCommandDictionary()
726 new CommandObjectRegexCommand( in LoadCommandDictionary()
743 new CommandObjectRegexCommand( in LoadCommandDictionary()
766 new CommandObjectRegexCommand( in LoadCommandDictionary()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObjectRegexCommand.h25 class CommandObjectRegexCommand : public CommandObjectRaw {
27 CommandObjectRegexCommand(CommandInterpreter &interpreter, llvm::StringRef name,
32 ~CommandObjectRegexCommand() override;
57 DISALLOW_COPY_AND_ASSIGN(CommandObjectRegexCommand);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp1029 m_regex_cmd_ap = llvm::make_unique<CommandObjectRegexCommand>( in DoExecute()
1175 std::unique_ptr<CommandObjectRegexCommand> m_regex_cmd_ap;
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile254 SRCS+= Interpreter/CommandObjectRegexCommand.cpp