OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAsNeeded
(Results
1 - 3
of
3
) 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()) {
67
bool AttributeProxy::
isAsNeeded
() const {
68
if (m_Constraint.
isAsNeeded
())
69
return m_pBase->
isAsNeeded
();
/frameworks/compile/mclinker/include/mcld/MC/
Attribute.h
52
bool
isAsNeeded
() const { return m_AsNeeded; }
160
bool
isAsNeeded
() const;
191
(pLHS.
isAsNeeded
() == pRHS.
isAsNeeded
()) &&
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
806
if (!(*lib)->attribute()->
isAsNeeded
() || (*lib)->isNeeded()) {
[
all
...]
Completed in 122 milliseconds