Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeData.h18 class ELFAttributeValue; variable
DELFAttributeValue.h40 ELFAttributeValue() : m_Type(Uninitialized), m_IntValue(0), m_StringValue() {} in ELFAttributeValue() function