Home
last modified time | relevance | path

Searched defs:namespec (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/MC/
DCommandAction.h49 const std::string &namespec() const { return m_Namespec; } in namespec() function
/frameworks/compile/mclinker/lib/CodeGen/
DMCLinker.cpp277 cl::list<std::string>::iterator namespec, nsBegin, nsEnd; in initializeInputTree() local