Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DIRBuilder.h87 Input* CreateInput(const std::string& pName,
/frameworks/compile/mclinker/unittests/
DLinkerTest.cpp355 Input* input = builder.CreateInput("gotplt.o", gotplt_o, Input::Object); in TEST_F()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp123 Input* IRBuilder::CreateInput(const std::string& pName, in CreateInput() function in mcld::IRBuilder