OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isAsNeeded
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/MC/
Attribute.cpp
24
if (!
isAsNeeded
() && pAttr.
isAsNeeded
()) {
36
if (isStaticSystem() && pAttr.
isAsNeeded
()) {
41
if (pAttr.
isAsNeeded
() && pAttr.isStatic()) {
69
bool AttributeProxy::
isAsNeeded
() const
71
if (m_Constraint.
isAsNeeded
())
72
return m_pBase->
isAsNeeded
();
/frameworks/compile/mclinker/include/mcld/MC/
Attribute.h
60
bool
isAsNeeded
() const
193
bool
isAsNeeded
() const;
227
(pLHS.
isAsNeeded
() == pRHS.
isAsNeeded
()) &&
Completed in 33 milliseconds