Searched refs:Format_Version (Results 1 – 8 of 8) sorted by relevance
65 enum AttrMagic { Format_Version = 0x41 }; enumerator
107 if (ELFAttrs::Format_Version != FormatVersion) in parse()
208 if (formatVersion != ELFAttrs::Format_Version) in parse()
93 Streamer.emitInt8(ELFAttrs::Format_Version); in finishAttributeSection()
542 *buf = ELFAttrs::Format_Version; in writeTo()
1311 *buf = ELFAttrs::Format_Version; in writeTo()
440 if (Contents[0] != ELFAttrs::Format_Version || Contents.size() == 1) in getBuildAttributes()
1292 if (FormatVersion != llvm::ELFAttrs::Format_Version) in ParseARMAttributes()