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

/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h1 //===- ELFAttributeValue.h ------------------------------------------------===//
16 /** \class ELFAttributeValue
17 * \brief ELFAttributeValue stroes the value of an attribute tag. The attribtue
20 class ELFAttributeValue { class in namespace:mcld
40 ELFAttributeValue() : m_Type(Uninitialized), m_IntValue(0), m_StringValue() {} function in class:mcld::ELFAttributeValue
42 ~ELFAttributeValue() {}
87 bool equals(const ELFAttributeValue& pValue) const;
89 bool operator==(const ELFAttributeValue& pValue) const {
92 bool operator!=(const ELFAttributeValue& pValue) const {

Completed in 52 milliseconds