Home
last modified time | relevance | path

Searched refs:WriteAttribute (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFAttributeData.cpp1007 if (!ELFAttributeData::WriteAttribute( in emit()
1020 if (!ELFAttributeData::WriteAttribute( in emit()
1033 !ELFAttributeData::WriteAttribute(tag, value, buffer)) { in emit()
1043 !ELFAttributeData::WriteAttribute(tag, value, buffer)) { in emit()
1056 !ELFAttributeData::WriteAttribute(tag, value, buffer)) { in emit()
/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeData.h105 static bool WriteAttribute(TagType pTag,
/frameworks/compile/mclinker/lib/Target/
DELFAttributeData.cpp64 bool ELFAttributeData::WriteAttribute(TagType pTag, in WriteAttribute() function in mcld::ELFAttributeData