Searched refs:in_attr (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp229 ELFAttributeValue in_attr; local
255 // to a temporary storage in_attr and perform the merge.
256 in_attr.reset();
257 in_attr.setType(out_attr->type());
260 if (!ELFAttributeData::ReadValue(in_attr, attr_buf, attr_size))
265 if ((in_attr != *out_attr) &&
266 !m_AttrData.merge(m_Parent.config(), pInput, tag, in_attr)) {

Completed in 157 milliseconds