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

/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp127 return ReadInput(pName, pPath);
138 /// ReadInput - To read an input file and append it to the input tree.
139 Input* IRBuilder::ReadInput(const std::string& pName, function in class:mcld::IRBuilder
155 /// ReadInput - To read an input file and append it to the input tree.
156 Input* IRBuilder::ReadInput(const std::string& pNameSpec) { function in class:mcld::IRBuilder
194 /// ReadInput - To read an input file and append it to the input tree.
195 Input* IRBuilder::ReadInput(FileHandle& pFileHandle) { function in class:mcld::IRBuilder
211 /// ReadInput - To read an input file and append it to the input tree.
212 Input* IRBuilder::ReadInput(const std::string& pName, function in class:mcld::IRBuilder

Completed in 60 milliseconds