Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/unittests/
DLinkerTest.cpp108 builder.ReadInput("crtbegin", crtbegin); in TEST_F()
113 builder.ReadInput("plasma", plasma); in TEST_F()
116 builder.ReadInput("m"); in TEST_F()
117 builder.ReadInput("log"); in TEST_F()
118 builder.ReadInput("jnigraphics"); in TEST_F()
119 builder.ReadInput("c"); in TEST_F()
124 builder.ReadInput("crtend", crtend); in TEST_F()
166 builder1.ReadInput("crtbegin", crtbegin); in TEST_F()
171 builder1.ReadInput("plasma", plasma); in TEST_F()
174 builder1.ReadInput("m"); in TEST_F()
[all …]
DELFReaderTest.cpp66 m_pInput = m_pIRBuilder->ReadInput("test_x86_64", path); in SetUp()
/frameworks/compile/mclinker/include/mcld/
DIRBuilder.h119 Input* ReadInput(const std::string& pName, const sys::fs::Path& pPath);
128 Input* ReadInput(const std::string& pNameSpec);
132 Input* ReadInput(FileHandle& pFileHandle);
146 Input* ReadInput(const std::string& pName, void* pRawMemory, size_t pSize);
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp123 return ReadInput(pName, pPath); in CreateInput()
136 IRBuilder::ReadInput(const std::string& pName, const sys::fs::Path& pPath) in ReadInput() function in IRBuilder
151 Input* IRBuilder::ReadInput(const std::string& pNameSpec) in ReadInput() function in IRBuilder
192 Input* IRBuilder::ReadInput(FileHandle& pFileHandle) in ReadInput() function in IRBuilder
211 Input* IRBuilder::ReadInput(const std::string& pName, void* pRawMemory, size_t pSize) in ReadInput() function in IRBuilder