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

/frameworks/compile/mclinker/lib/Script/
H A DScriptFile.cpp1 //===- ScriptFile.cpp -----------------------------------------------------===//
9 #include "mcld/Script/ScriptFile.h"
48 // ScriptFile
50 ScriptFile::ScriptFile(Kind pKind, Input& pInput, InputBuilder& pBuilder) function in class:mcld::ScriptFile
62 // FIXME: move creation of input tree out of ScriptFile.
66 ScriptFile::~ScriptFile() {
75 void ScriptFile::dump() const {
80 void ScriptFile
[all...]
/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptFile.h1 //===- ScriptFile.h -------------------------------------------------------===//
34 /** \class ScriptFile
38 class ScriptFile { class in namespace:mcld
55 ScriptFile(Kind pKind, Input& pInput, InputBuilder& pBuilder);
56 ~ScriptFile();

Completed in 56 milliseconds