Home
last modified time | relevance | path

Searched refs:ArgNameSpecList (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/CodeGen/
DMCLinker.cpp76 ArgNameSpecList("l", variable
86 cl::aliasopt(ArgNameSpecList));
252 0 == ArgNameSpecList.size() && in initializeInputTree()
259 ArgNameSpecList.size() + in initializeInputTree()
311 nsBegin = ArgNameSpecList.begin(); in initializeInputTree()
312 nsEnd = ArgNameSpecList.end(); in initializeInputTree()
314 unsigned int pos = ArgNameSpecList.getPosition(namespec - nsBegin); in initializeInputTree()
/frameworks/compile/mclinker/tools/mcld/lib/
DPositionalOptions.cpp35 llvm::cl::list<std::string> ArgNameSpecList("l", variable
44 llvm::cl::aliasopt(ArgNameSpecList));
156 m_NameSpecList(ArgNameSpecList), in PositionalOptions()