reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
187 void ARMTargetAsmStreamer::emitTextAttribute(unsigned Attribute, 776 void ARMTargetELFStreamer::emitTextAttribute(unsigned Attribute,
152 virtual void emitTextAttribute(unsigned Attribute, StringRef String);
592 ATS.emitTextAttribute(ARMBuildAttrs::conformance, "2.09");
lib/Target/ARM/AsmParser/ARMAsmParser.cpp10887 getTargetStreamer().emitTextAttribute(Tag, StringValue); 10895 getTargetStreamer().emitTextAttribute(ARMBuildAttrs::CPU_name, CPU);lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp
169 emitTextAttribute(ARMBuildAttrs::CPU_name, "cortex-a9"); 176 emitTextAttribute(ARMBuildAttrs::CPU_name, CPUString);