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

/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h80 /// CreateInput - To create an input file and append it to the input tree.
101 Input* CreateInput(const std::string& pName,
109 /// @ref IRBuilder::CreateInput(pName, pPath, Input::Unknown);
/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp64 // builder.CreateInput("./test.o");
360 Input* input = builder.CreateInput("gotplt.o", gotplt_o, Input::Object);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp118 /// CreateInput - To create an input file and append it to the input tree.
119 Input* IRBuilder::CreateInput(const std::string& pName, function in class:IRBuilder

Completed in 1381 milliseconds