Searched defs:ScriptCommand (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DScriptCommand.cpp1 //===- ScriptCommand.cpp --------------------------------------------------===//
9 #include "mcld/Script/ScriptCommand.h"
14 // ScriptCommand
16 ScriptCommand::~ScriptCommand() {
/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptCommand.h1 //===- ScriptCommand.h ----------------------------------------------------===//
16 /** \class ScriptCommand
19 class ScriptCommand { class in namespace:mcld
37 explicit ScriptCommand(Kind pKind) : m_Kind(pKind) {} function in class:mcld::ScriptCommand
40 virtual ~ScriptCommand() = 0;

Completed in 72 milliseconds