Searched refs:Attribute (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/compile/mclinker/lib/MC/
H A DAttribute.cpp9 #include <mcld/MC/Attribute.h>
18 bool AttrConstraint::isLegal(const Attribute& pAttr) const
52 const Attribute& pBase,
102 const Attribute *&pBase,
103 Attribute *&pCopy)
105 Attribute *result = pParent.exists(*pCopy);
118 Attribute *copy = new Attribute(*m_pBase);
125 Attribute *copy = new Attribute(*m_pBas
[all...]
H A DAttributeSet.cpp9 #include <mcld/MC/Attribute.h>
18 AttributeSet::AttributeSet(unsigned int pNum, const Attribute& pPredefined)
34 Attribute* AttributeSet::exists(const Attribute& pAttr) const
37 return const_cast<Attribute*>(&m_Predefined);
50 void AttributeSet::record(mcld::Attribute &pAttr)
H A DMCLDInput.cpp10 #include <mcld/MC/Attribute.h>
34 m_pAttr(const_cast<Attribute*>(pProxy.attr())),
63 m_pAttr(const_cast<Attribute*>(pProxy.attr())),
72 // Attribute is deleted by AttributeFactory
H A DAndroid.mk4 Attribute.cpp \
H A DCommandAction.cpp12 #include <mcld/MC/Attribute.h>
/frameworks/compile/mclinker/include/mcld/
H A DAttributeOption.h14 #include <mcld/MC/Attribute.h>
24 const Attribute& predefined() const { return m_Predefined; }
25 Attribute& predefined() { return m_Predefined; }
31 Attribute m_Predefined;
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttributeSet.h19 class Attribute;
22 * \brief AttributeSet is a set of Attribute.
30 typedef std::vector<Attribute*> AttrSet;
37 AttributeSet(unsigned int pNum, const Attribute& pPredefined);
49 Attribute *exists(const Attribute& pAttr) const;
52 void record(Attribute& pAttr);
56 const Attribute& m_Predefined;
H A DAttribute.h1 //===- Attribute.h --------------------------------------------------------===//
82 /** \class Attribute
87 * onto AttributeBase, and modifiers remains with the class Attribute.
89 class Attribute : public AttributeBase class in namespace:mcld
163 bool isLegal(const Attribute& pAttr) const;
185 const Attribute& pBase,
201 const Attribute* attr() const
214 AttributeProxy& assign(Attribute* pBase);
218 const Attribute *m_pBase;
224 inline bool operator== (const Attribute
[all...]
H A DMCLDInput.h25 class Attribute;
90 const Attribute* attribute() const
129 Attribute *m_pAttr;
/frameworks/compile/slang/
H A Dlegacy_bitcode.h23 if (A.hasAttribute(i, llvm::Attribute::Alignment)) {
/frameworks/native/opengl/tests/configdump/
H A Dconfigdump.cpp24 struct Attribute { struct
29 Attribute attributes[] = {
79 for (int attr = 0 ; attr<sizeof(attributes)/sizeof(Attribute) ; attr++) {
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DClassHasNativeVisitor.java23 import org.objectweb.asm.Attribute;
61 public void visitAttribute(Attribute attr) {
H A DDelegateMethodAdapter2.java22 import org.objectweb.asm.Attribute;
327 public void visitAttribute(Attribute attr) {
H A DStubMethodAdapter.java20 import org.objectweb.asm.Attribute;
230 public void visitAttribute(Attribute attr) {
H A DAsmAnalyzer.java20 import org.objectweb.asm.Attribute;
497 public void visitAttribute(Attribute attr) {
521 public void visitAttribute(Attribute attr) {
H A DDependencyFinder.java23 import org.objectweb.asm.Attribute;
425 public void visitAttribute(Attribute attr) {
449 public void visitAttribute(Attribute attr) {
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h65 std::vector<llvm::AttributeSet> Attribute; member in class:llvm_2_9::ValueEnumerator
112 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
119 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!");
140 return Attribute;
H A DValueEnumerator.cpp440 Attribute.push_back(PAL);
441 Entry = Attribute.size();
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h65 std::vector<llvm::AttributeSet> Attribute; member in class:llvm_2_9_func::ValueEnumerator
112 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
119 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!");
140 return Attribute;
H A DValueEnumerator.cpp440 Attribute.push_back(PAL);
441 Entry = Attribute.size();
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h65 std::vector<llvm::AttributeSet> Attribute; member in class:llvm_3_2::ValueEnumerator
112 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
119 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!");
140 return Attribute;
H A DValueEnumerator.cpp430 Attribute.push_back(PAL);
431 Entry = Attribute.size();
/frameworks/compile/mclinker/lib/LD/
H A DGroupReader.cpp16 #include <mcld/MC/Attribute.h>
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp21 #include <mcld/MC/Attribute.h>
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp356 struct Attribute;
359 KeyedVector<Attribute, EGLint> mList;
360 struct Attribute { struct in class:android::EGLAttributeVector
361 Attribute() {}; function in struct:android::EGLAttributeVector::Attribute
362 Attribute(EGLint v) : v(v) { } function in struct:android::EGLAttributeVector::Attribute
364 bool operator < (const Attribute& other) const {

Completed in 222 milliseconds

12