reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/AsmParser/ARMAsmParser.cpp
10811     Tag = ARMBuildAttrs::AttrTypeFromString(Name);
10812     if (Tag == -1) {
10828     Tag = CE->getValue();
10840   if (Tag == ARMBuildAttrs::CPU_raw_name || Tag == ARMBuildAttrs::CPU_name)
10840   if (Tag == ARMBuildAttrs::CPU_raw_name || Tag == ARMBuildAttrs::CPU_name)
10842   else if (Tag == ARMBuildAttrs::compatibility) {
10845   } else if (Tag < 32 || Tag % 2 == 0)
10845   } else if (Tag < 32 || Tag % 2 == 0)
10847   else if (Tag % 2 == 1)
10864   if (Tag == ARMBuildAttrs::compatibility) {
10882     assert(Tag == ARMBuildAttrs::compatibility);
10883     getTargetStreamer().emitIntTextAttribute(Tag, IntegerValue, StringValue);
10885     getTargetStreamer().emitAttribute(Tag, IntegerValue);
10887     getTargetStreamer().emitTextAttribute(Tag, StringValue);