Searched refs:CommandObjectScript (Results 1 – 4 of 4) sorted by relevance
29 CommandObjectScript::CommandObjectScript(CommandInterpreter &interpreter, in CommandObjectScript() function in CommandObjectScript37 CommandObjectScript::~CommandObjectScript() {} in ~CommandObjectScript()39 bool CommandObjectScript::DoExecute(llvm::StringRef command, in DoExecute()
21 class CommandObjectScript : public CommandObjectRaw {23 CommandObjectScript(CommandInterpreter &interpreter,26 ~CommandObjectScript() override;
490 CommandObjectSP(new CommandObjectScript(*this, script_language)); in LoadCommandDictionary()
255 SRCS+= Interpreter/CommandObjectScript.cpp