OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:namespec
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/lib/MC/
CommandAction.cpp
47
// find out the real path of the
namespec
.
54
path = m_SearchDirs.find(
namespec
(), Input::Archive);
59
path = m_SearchDirs.find(
namespec
(), Input::DynObj);
64
path = m_SearchDirs.find(
namespec
(), Input::Archive);
68
fatal(diag::err_cannot_find_namespec) <<
namespec
();
72
pBuilder.createNode<InputTree::Positional>(
namespec
(), *path);
/frameworks/compile/mclinker/lib/CodeGen/
MCLinker.cpp
55
// 2. Namespecs, short names of libraries. A
namespec
may refer to an archive
78
cl::desc("Add the archive or object file specified by
namespec
to "
80
cl::value_desc("
namespec
"),
310
cl::list<std::string>::iterator
namespec
, nsBegin, nsEnd;
local
313
for (
namespec
= nsBegin;
namespec
!= nsEnd; ++
namespec
) {
314
unsigned int pos = ArgNameSpecList.getPosition(
namespec
- nsBegin);
315
actions.push_back(new NamespecAction(pos, *
namespec
,
/frameworks/compile/mclinker/tools/mcld/lib/
PositionalOptions.cpp
37
llvm::cl::desc("Add the archive or object file specified by
namespec
to\n"
39
llvm::cl::value_desc("
namespec
"),
239
// set -l[
namespec
]
240
llvm::cl::list<std::string>::iterator
namespec
, nsBegin, nsEnd;
local
243
for (
namespec
= nsBegin;
namespec
!= nsEnd; ++
namespec
) {
244
unsigned int pos = m_NameSpecList.getPosition(
namespec
- nsBegin);
245
pActions.push_back(new NamespecAction(pos, *
namespec
,
/frameworks/compile/mclinker/include/mcld/MC/
CommandAction.h
48
const std::string &
namespec
() const { return m_Namespec; }
function in class:mcld::NamespecAction
Completed in 75 milliseconds