OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttributeProxy
(Results
1 - 8
of
8
) sorted by null
/frameworks/compile/mclinker/lib/MC/
Attribute.cpp
49
//
AttributeProxy
51
AttributeProxy
::
AttributeProxy
(AttributeSet& pParent,
57
AttributeProxy
::~
AttributeProxy
()
61
bool
AttributeProxy
::isWholeArchive() const
69
bool
AttributeProxy
::isAsNeeded() const
77
bool
AttributeProxy
::isAddNeeded() const
85
bool
AttributeProxy
::isStatic() const
93
bool
AttributeProxy
::isDynamic() cons
[
all
...]
MCLDInput.cpp
30
Input::Input(llvm::StringRef pName, const
AttributeProxy
& pProxy)
57
const
AttributeProxy
& pProxy,
InputFactory.cpp
23
m_pLast = new
AttributeProxy
(*m_pAttrSet,
InputBuilder.cpp
154
const
AttributeProxy
& InputBuilder::getAttributes() const
159
AttributeProxy
& InputBuilder::getAttributes()
/frameworks/compile/mclinker/include/mcld/MC/
InputFactory.h
20
class
AttributeProxy
;
50
const
AttributeProxy
& attr() const { return *m_pLast; }
51
AttributeProxy
& attr() { return *m_pLast; }
54
AttributeProxy
* m_pLast;
Attribute.h
166
/** \class
AttributeProxy
174
*
AttributeProxy
hides the reality of sharing. An input file can change
176
* as it has a private ownership of the attribute.
AttributeProxy
does
178
* the attribute of the input file. If the searching fails,
AttributeProxy
181
class
AttributeProxy
184
AttributeProxy
(AttributeSet& pParent,
188
~
AttributeProxy
();
214
AttributeProxy
& assign(Attribute* pBase);
MCLDInput.h
24
class
AttributeProxy
;
51
const
AttributeProxy
& pAttr);
60
const
AttributeProxy
& pAttr,
InputBuilder.h
86
const
AttributeProxy
& getAttributes() const;
87
AttributeProxy
& getAttributes();
Completed in 1998 milliseconds