OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttributeOption
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/Core/
AttributeOption.cpp
1
//===-
AttributeOption
.cpp ------------------------------------------------===//
9
#include "mcld/
AttributeOption
.h"
14
//
AttributeOption
16
AttributeOption
::
AttributeOption
() {
19
AttributeOption
::~
AttributeOption
() {
/frameworks/compile/mclinker/include/mcld/
AttributeOption.h
1
//===-
AttributeOption
.h --------------------------------------------------===//
15
class
AttributeOption
{
17
AttributeOption
();
18
~
AttributeOption
();
LinkerConfig.h
14
#include "mcld/
AttributeOption
.h"
69
const
AttributeOption
& attribute() const { return m_Attribute; }
70
AttributeOption
& attribute() { return m_Attribute; }
89
AttributeOption
m_Attribute;
Completed in 118 milliseconds