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

/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp107 builder.ReadInput("crtbegin", crtbegin);
112 builder.ReadInput("plasma", plasma);
115 builder.ReadInput("m");
116 builder.ReadInput("log");
117 builder.ReadInput("jnigraphics");
118 builder.ReadInput("c");
123 builder.ReadInput("crtend", crtend);
165 builder1.ReadInput("crtbegin", crtbegin);
170 builder1.ReadInput("plasma", plasma);
173 builder1.ReadInput("
[all...]
H A DELFReaderTest.cpp64 m_pInput = m_pIRBuilder->ReadInput("test_x86_64", path);
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h106 /// ReadInput - To read an input file and append it to the input tree.
120 Input* ReadInput(const std::string& pName, const sys::fs::Path& pPath);
122 /// ReadInput - To read an input file and append it to the input tree.
129 Input* ReadInput(const std::string& pNameSpec);
131 /// ReadInput - To read an input file and append it to the input tree.
142 Input* ReadInput(raw_mem_ostream& pMemOStream);
144 /// ReadInput - To read an input file and append it to the input tree.
146 Input* ReadInput(FileHandle& pFileHandle);
148 /// ReadInput - To read an input file and append it to the input tree.
160 Input* ReadInput(cons
[all...]
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp119 mcld::Input* input = mBuilder->ReadInput(pNameSpec);
127 mcld::Input* input = mBuilder->ReadInput(pObjectPath, pObjectPath);
135 mcld::Input* input = mBuilder->ReadInput("NAN", pMemory, pSize);
/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 136 milliseconds