HomeSort by relevance Sort by last modified time
    Searched defs:ScriptFile (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Script/
ScriptFile.cpp 1 //===- ScriptFile.cpp -----------------------------------------------------===//
9 #include <mcld/Script/ScriptFile.h>
45 // ScriptFile
47 ScriptFile::ScriptFile(Kind pKind, Input& pInput, InputBuilder& pBuilder)
60 // FIXME: move creation of input tree out of ScriptFile.
64 ScriptFile::~ScriptFile()
74 void ScriptFile::dump() const
80 void ScriptFile::activate(Module& pModule
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
ScriptFile.h 1 //===- ScriptFile.h -------------------------------------------------------===//
31 /** \class ScriptFile
35 class ScriptFile
53 ScriptFile(Kind pKind, Input& pInput, InputBuilder& pBuilder);
54 ~ScriptFile();

Completed in 391 milliseconds