Home
last modified time | relevance | path

Searched refs:Tag_nodefaults (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFAttributeData.cpp70 case Tag_nodefaults: { in GetAttributeValueType()
344 case Tag_nodefaults: { in merge()
1031 const ELFAttributeValue &attr_nodefaults = m_Attrs[Tag_nodefaults]; in emit()
1034 if (!ELFAttributeData::WriteAttribute(Tag_nodefaults, attr_nodefaults, in emit()
1042 for (unsigned i = 0; i < Tag_nodefaults; ++i) { in emit()
1052 for (unsigned i = (Tag_nodefaults + 1); i <= Tag_Max; ++i) { in emit()
DARMELFAttributeData.h69 Tag_nodefaults = 64, enumerator