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

/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp131 return ReadInput(pName, pPath);
142 /// ReadInput - To read an input file and append it to the input tree.
144 IRBuilder::ReadInput(const std::string& pName, const sys::fs::Path& pPath) function in class:IRBuilder
158 /// ReadInput - To read an input file and append it to the input tree.
159 Input* IRBuilder::ReadInput(const std::string& pNameSpec) function in class:IRBuilder
199 /// ReadInput - To read an input file and append it to the input tree.
200 Input* IRBuilder::ReadInput(raw_mem_ostream& pMemOStream) function in class:IRBuilder
222 /// ReadInput - To read an input file and append it to the input tree.
223 Input* IRBuilder::ReadInput(FileHandle& pFileHandle) function in class:IRBuilder
241 /// ReadInput
242 Input* IRBuilder::ReadInput(const std::string& pName, void* pRawMemory, size_t pSize) function in class:IRBuilder
[all...]

Completed in 32 milliseconds