Searched defs:ELFAttributeValue (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h1 //===- ELFAttributeValue.h ------------------------------------------------===//
17 /** \class ELFAttributeValue
18 * \brief ELFAttributeValue stroes the value of an attribute tag. The attribtue
21 class ELFAttributeValue class in namespace:mcld
42 ELFAttributeValue() function in class:mcld::ELFAttributeValue
45 ~ELFAttributeValue() { }
97 bool equals(const ELFAttributeValue& pValue) const;
99 bool operator==(const ELFAttributeValue& pValue) const
101 bool operator!=(const ELFAttributeValue& pValue) const

Completed in 81 milliseconds