Searched refs:CommandObjectScript (Results 1 – 4 of 4) sorted by relevance
48 Status CommandObjectScript::CommandOptions::SetOptionValue( in SetOptionValue()70 void CommandObjectScript::CommandOptions::OptionParsingStarting( in OptionParsingStarting()76 CommandObjectScript::CommandOptions::GetDefinitions() { in GetDefinitions()80 CommandObjectScript::CommandObjectScript(CommandInterpreter &interpreter) in CommandObjectScript() function in CommandObjectScript87 CommandObjectScript::~CommandObjectScript() {} in ~CommandObjectScript()89 bool CommandObjectScript::DoExecute(llvm::StringRef command, in DoExecute()
16 class CommandObjectScript : public CommandObjectRaw {18 CommandObjectScript(CommandInterpreter &interpreter);19 ~CommandObjectScript() override;
27 CommandObjectScript.cpp
509 REGISTER_COMMAND_OBJECT("script", CommandObjectScript); in LoadCommandDictionary()