OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAddNeeded
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/MC/
Attribute.h
55
bool
isAddNeeded
() const { return m_AddNeeded; }
162
bool
isAddNeeded
() const;
192
(pLHS.
isAddNeeded
() == pRHS.
isAddNeeded
()) &&
/frameworks/compile/mclinker/lib/MC/
Attribute.cpp
28
if (!
isAddNeeded
() && pAttr.
isAddNeeded
()) {
74
bool AttributeProxy::
isAddNeeded
() const {
75
if (m_Constraint.
isAddNeeded
())
76
return m_pBase->
isAddNeeded
();
Completed in 1253 milliseconds