OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pBase
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/MC/
Attribute.cpp
54
: m_AttrPool(pParent),
m_pBase
(&pBase), m_Constraint(pConstraint) {
64
return
m_pBase
->isWholeArchive();
72
return
m_pBase
->isAsNeeded();
80
return
m_pBase
->isAddNeeded();
88
return
m_pBase
->isStatic();
96
return
m_pBase
->isDynamic();
118
Attribute *copy = new Attribute(*
m_pBase
);
120
ReplaceOrRecord(m_AttrPool,
m_pBase
, copy);
125
Attribute *copy = new Attribute(*
m_pBase
);
127
ReplaceOrRecord(m_AttrPool,
m_pBase
, copy)
[
all
...]
/frameworks/compile/mclinker/include/mcld/MC/
Attribute.h
202
{ return
m_pBase
; }
218
const Attribute *
m_pBase
;
Completed in 228 milliseconds