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

/frameworks/compile/mclinker/lib/Script/
H A DNameSpec.cpp39 void NameSpec::destroy(NameSpec*& pNameSpec) { argument
40 g_NameSpecFactory->destroy(pNameSpec);
41 g_NameSpecFactory->deallocate(pNameSpec);
42 pNameSpec = NULL;
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp156 Input* IRBuilder::ReadInput(const std::string& pNameSpec) { argument
165 path = m_Module.getScript().directories().find(pNameSpec, Input::Archive);
169 path = m_Module.getScript().directories().find(pNameSpec, Input::DynObj);
173 path = m_Module.getScript().directories().find(pNameSpec, Input::Archive);
177 fatal(diag::err_cannot_find_namespec) << pNameSpec;
181 m_InputBuilder.createNode<InputTree::Positional>(pNameSpec, *path);
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h110 /// search for lib[pNameSpec].so or lib[pNameSpec].a in the search path.
112 /// @param pNameSpec [in] The namespec of the input file.
114 Input* ReadInput(const std::string& pNameSpec);

Completed in 102 milliseconds