Home
last modified time | relevance | path

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

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