Home
last modified time | relevance | path

Searched refs:emitTextAttribute (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.cpp58 void RISCVTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in RISCVTargetStreamer
141 emitTextAttribute(RISCVAttrs::ARCH, ISAInfo->toString()); in emitTargetAttributes()
229 void RISCVTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in RISCVTargetAsmStreamer
H A DRISCVTargetStreamer.h58 virtual void emitTextAttribute(unsigned Attribute, StringRef String);
77 void emitTextAttribute(unsigned Attribute, StringRef String) override;
H A DRISCVELFStreamer.h48 void emitTextAttribute(unsigned Attribute, StringRef String) override;
H A DRISCVELFStreamer.cpp58 void RISCVTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in RISCVTargetELFStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.h62 virtual void emitTextAttribute(unsigned Attribute, StringRef String);
100 void emitTextAttribute(unsigned Attribute, StringRef String) override;
H A DCSKYELFStreamer.cpp77 void CSKYTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in CSKYTargetELFStreamer
192 emitTextAttribute(CSKYAttrs::CSKY_ARCH_NAME, CPU_ARCH); in emitTargetAttributes()
193 emitTextAttribute(CSKYAttrs::CSKY_CPU_NAME, CPU); in emitTargetAttributes()
332 emitTextAttribute(CSKYAttrs::CSKY_FPU_NUMBER_MODULE, "IEEE 754"); in emitTargetAttributes()
H A DCSKYTargetStreamer.cpp130 void CSKYTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in CSKYTargetStreamer
138 void CSKYTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in CSKYTargetAsmStreamer
H A DCSKYELFStreamer.h90 void emitTextAttribute(unsigned Attribute, StringRef String) override;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp106 void ARMTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in ARMTargetStreamer
187 emitTextAttribute(ARMBuildAttrs::CPU_name, "cortex-a9"); in emitTargetAttributes()
194 emitTextAttribute(ARMBuildAttrs::CPU_name, CPUString); in emitTargetAttributes()
H A DARMELFStreamer.cpp92 void emitTextAttribute(unsigned Attribute, StringRef String) override;
202 void ARMTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in __anonf150d5940111::ARMTargetAsmStreamer
435 void emitTextAttribute(unsigned Attribute, StringRef String) override;
801 void ARMTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in ARMTargetELFStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1600 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveAttribute()
1610 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveAttribute()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h158 virtual void emitTextAttribute(unsigned Attribute, StringRef String);
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3297 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveAttribute()
3304 getTargetStreamer().emitTextAttribute(Tag, Result); in parseDirectiveAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp636 ATS.emitTextAttribute(ARMBuildAttrs::conformance, "2.09"); in emitAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11958 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveEabiAttr()
11966 getTargetStreamer().emitTextAttribute(ARMBuildAttrs::CPU_name, CPU); in parseDirectiveCPU()