OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Constraint
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/include/mcld/
AttributeOption.h
27
const AttrConstraint& constraint() const { return
m_Constraint
; }
28
AttrConstraint& constraint() { return
m_Constraint
; }
32
AttrConstraint
m_Constraint
;
/frameworks/compile/mclinker/lib/MC/
Attribute.cpp
54
: m_AttrPool(pParent), m_pBase(&pBase),
m_Constraint
(pConstraint) {
63
if (
m_Constraint
.isWholeArchive())
71
if (
m_Constraint
.isAsNeeded())
79
if (
m_Constraint
.isAddNeeded())
87
if (
m_Constraint
.isSharedSystem())
95
if (
m_Constraint
.isSharedSystem())
/frameworks/compile/mclinker/include/mcld/MC/
Attribute.h
219
const AttrConstraint&
m_Constraint
;
Completed in 521 milliseconds