OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttributeOption
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/mclinker/lib/Core/
AttributeOption.cpp
1
//===-
AttributeOption
.cpp ------------------------------------------------===//
9
#include <mcld/
AttributeOption
.h>
14
//
AttributeOption
16
AttributeOption
::
AttributeOption
()
20
AttributeOption
::~
AttributeOption
()
Android.mk
4
AttributeOption
.cpp \
/frameworks/compile/mclinker/include/mcld/
AttributeOption.h
1
//===-
AttributeOption
.h --------------------------------------------------===//
18
class
AttributeOption
21
AttributeOption
();
22
~
AttributeOption
();
LinkerConfig.h
20
#include <mcld/
AttributeOption
.h>
84
const
AttributeOption
& attribute() const { return m_Attribute; }
85
AttributeOption
& attribute() { return m_Attribute; }
105
AttributeOption
m_Attribute;
/frameworks/compile/mclinker/lib/MC/
InputFactory.cpp
12
#include <mcld/
AttributeOption
.h>
Completed in 76 milliseconds