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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.h70 Tag_also_compatible_with = 65, enumerator in enum:mcld::ARMELFAttributeData::Tag
198 // Tag_CPU_arch and Tag_also_compatible_with.
226 // Record the value of input Tag_also_compatible_with.
H A DARMELFAttributeData.cpp94 * Helper function to decode value in Tag_also_compatible_with.
100 // The encoding of Tag_also_compatible_with is:
102 // Tag_also_compatible_with (=65), NTSB: data
110 "Value of Tag_also_compatible_with must be a string!");
128 // Tag_also_compatible_with can be safely ignored.
159 // Need value of Tag_also_compatible_with in the input for merge.
188 case Tag_also_compatible_with: {
470 * Helper function to encode value in Tag_also_compatible_with.
690 // Tag_also_compatible_with.
693 m_Attrs[Tag_also_compatible_with];
[all...]

Completed in 11 milliseconds