HomeSort by relevance Sort by last modified time
    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 --------------------------------------------------===//
15 class AttributeOption
18 AttributeOption();
19 ~AttributeOption();
LinkerConfig.h 17 #include <mcld/AttributeOption.h>
81 const AttributeOption& attribute() const { return m_Attribute; }
82 AttributeOption& attribute() { return m_Attribute; }
102 AttributeOption m_Attribute;
  /frameworks/compile/mclinker/lib/MC/
InputFactory.cpp 12 #include <mcld/AttributeOption.h>

Completed in 60 milliseconds