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

/frameworks/compile/mclinker/lib/Script/
H A DNameSpec.cpp41 void NameSpec::destroy(NameSpec*& pNameSpec) argument
43 g_NameSpecFactory->destroy(pNameSpec);
44 g_NameSpecFactory->deallocate(pNameSpec);
45 pNameSpec = NULL;
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp151 Input* IRBuilder::ReadInput(const std::string& pNameSpec) argument
161 path = m_Module.getScript().directories().find(pNameSpec, Input::Archive);
166 path = m_Module.getScript().directories().find(pNameSpec, Input::DynObj);
171 path = m_Module.getScript().directories().find(pNameSpec, Input::Archive);
175 fatal(diag::err_cannot_find_namespec) << pNameSpec;
179 m_InputBuilder.createNode<InputTree::Positional>(pNameSpec, *path);
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h124 /// search for lib[pNameSpec].so or lib[pNameSpec].a in the search path.
126 /// @param pNameSpec [in] The namespec of the input file.
128 Input* ReadInput(const std::string& pNameSpec);

Completed in 307 milliseconds