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

/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp123 return ReadInput(pName, pPath);
134 /// ReadInput - To read an input file and append it to the input tree.
136 IRBuilder::ReadInput(const std::string& pName, const sys::fs::Path& pPath) function in class:IRBuilder
150 /// ReadInput - To read an input file and append it to the input tree.
151 Input* IRBuilder::ReadInput(const std::string& pNameSpec) function in class:IRBuilder
191 /// ReadInput - To read an input file and append it to the input tree.
192 Input* IRBuilder::ReadInput(FileHandle& pFileHandle) function in class:IRBuilder
210 /// ReadInput - To read an input file and append it to the input tree.
211 Input* IRBuilder::ReadInput(const std::string& pName, void* pRawMemory, size_t pSize) function in class:IRBuilder

Completed in 195 milliseconds