Searched refs:CreateInput (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h66 /// CreateInput - To create an input file and append it to the input tree.
87 Input* CreateInput(const std::string& pName,
95 /// @ref IRBuilder::CreateInput(pName, pPath, Input::Unknown);
/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp58 // builder.CreateInput("./test.o");
355 Input* input = builder.CreateInput("gotplt.o", gotplt_o, Input::Object);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp122 /// CreateInput - To create an input file and append it to the input tree.
123 Input* IRBuilder::CreateInput(const std::string& pName, function in class:mcld::IRBuilder

Completed in 175 milliseconds