Home
last modified time | relevance | path

Searched refs:namespec (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
DCommandAction.cpp58 path = m_SearchDirs.find(namespec(), Input::Archive); in activate()
62 path = m_SearchDirs.find(namespec(), Input::DynObj); in activate()
66 path = m_SearchDirs.find(namespec(), Input::Archive); in activate()
70 fatal(diag::err_cannot_find_namespec) << namespec(); in activate()
74 pBuilder.createNode<InputTree::Positional>(namespec(), *path); in activate()
/frameworks/compile/mclinker/include/mcld/MC/
DCommandAction.h49 const std::string& namespec() const { return m_Namespec; } in namespec() function
/frameworks/compile/mclinker/include/mcld/LD/
DDiagCommonKinds.inc26 "cannot recognize namespec -l%0",
27 "cannot recognize namespec -l%0")
/frameworks/compile/mclinker/lib/Script/
DScriptScanner.ll248 /* -l namespec */
/frameworks/compile/mclinker/tools/mcld/
DOptions.td265 … HelpText<"Add the archive or object file specified by namespec to the list of files to link">;