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

/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp108 builder.ReadInput("crtbegin", crtbegin);
113 builder.ReadInput("plasma", plasma);
116 builder.ReadInput("m");
117 builder.ReadInput("log");
118 builder.ReadInput("jnigraphics");
119 builder.ReadInput("c");
124 builder.ReadInput("crtend", crtend);
166 builder1.ReadInput("crtbegin", crtbegin);
171 builder1.ReadInput("plasma", plasma);
174 builder1.ReadInput("
[all...]
H A DELFReaderTest.cpp66 m_pInput = m_pIRBuilder->ReadInput("test_x86_64", path);
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h105 /// ReadInput - To read an input file and append it to the input tree.
119 Input* ReadInput(const std::string& pName, const sys::fs::Path& pPath);
121 /// ReadInput - To read an input file and append it to the input tree.
128 Input* ReadInput(const std::string& pNameSpec);
130 /// ReadInput - To read an input file and append it to the input tree.
132 Input* ReadInput(FileHandle& pFileHandle);
134 /// ReadInput - To read an input file and append it to the input tree.
146 Input* ReadInput(const std::string& pName, void* pRawMemory, size_t pSize);
/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 231 milliseconds