/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVTargetStreamer.cpp | 49 void RISCVTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in RISCVTargetStreamer 84 emitTextAttribute(RISCVAttrs::ARCH, ISAInfo->toString()); in emitTargetAttributes() 161 void RISCVTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in RISCVTargetAsmStreamer
|
H A D | RISCVTargetStreamer.h | 56 virtual void emitTextAttribute(unsigned Attribute, StringRef String); 74 void emitTextAttribute(unsigned Attribute, StringRef String) override;
|
H A D | RISCVELFStreamer.h | 50 void emitTextAttribute(unsigned Attribute, StringRef String) override;
|
H A D | RISCVELFStreamer.cpp | 67 void RISCVTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in RISCVTargetELFStreamer
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYTargetStreamer.h | 62 virtual void emitTextAttribute(unsigned Attribute, StringRef String); 100 void emitTextAttribute(unsigned Attribute, StringRef String) override;
|
H A D | CSKYELFStreamer.cpp | 76 void CSKYTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in CSKYTargetELFStreamer 191 emitTextAttribute(CSKYAttrs::CSKY_ARCH_NAME, CPU_ARCH); in emitTargetAttributes() 192 emitTextAttribute(CSKYAttrs::CSKY_CPU_NAME, CPU); in emitTargetAttributes() 331 emitTextAttribute(CSKYAttrs::CSKY_FPU_NUMBER_MODULE, "IEEE 754"); in emitTargetAttributes()
|
H A D | CSKYTargetStreamer.cpp | 129 void CSKYTargetStreamer::emitTextAttribute(unsigned Attribute, in emitAttribute() 137 void CSKYTargetAsmStreamer::emitTextAttribute(unsigned Attribute, 130 void CSKYTargetStreamer::emitTextAttribute(unsigned Attribute, emitTextAttribute() function in CSKYTargetStreamer 138 void CSKYTargetAsmStreamer::emitTextAttribute(unsigned Attribute, emitTextAttribute() function in CSKYTargetAsmStreamer
|
H A D | CSKYELFStreamer.h | 90 void emitTextAttribute(unsigned Attribute, StringRef String) override;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMTargetStreamer.cpp | 106 void ARMTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in ARMTargetStreamer 183 emitTextAttribute(ARMBuildAttrs::CPU_name, "cortex-a9"); in emitTargetAttributes() 190 emitTextAttribute(ARMBuildAttrs::CPU_name, CPUString); in emitTargetAttributes()
|
H A D | ARMELFStreamer.cpp | 91 void emitTextAttribute(unsigned Attribute, StringRef String) override; 197 void ARMTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in __anonf150d5940111::ARMTargetAsmStreamer 412 void emitTextAttribute(unsigned Attribute, StringRef String) override; 797 void ARMTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in ARMTargetELFStreamer
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
H A D | CSKYAsmParser.cpp | 1602 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveAttribute() 1612 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveAttribute()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 158 virtual void emitTextAttribute(unsigned Attribute, StringRef String);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 3073 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveAttribute() 3080 getTargetStreamer().emitTextAttribute(Tag, Result); in parseDirectiveAttribute()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 627 ATS.emitTextAttribute(ARMBuildAttrs::conformance, "2.09"); in emitAttributes()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 11900 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveEabiAttr() 11908 getTargetStreamer().emitTextAttribute(ARMBuildAttrs::CPU_name, CPU); in parseDirectiveCPU()
|