Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.cpp37 void RISCVTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in RISCVTargetStreamer
59 emitTextAttribute(RISCVAttrs::ARCH, ISAInfo->toString()); in emitTargetAttributes()
104 void RISCVTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in RISCVTargetAsmStreamer
H A DRISCVTargetStreamer.h38 virtual void emitTextAttribute(unsigned Attribute, StringRef String);
53 void emitTextAttribute(unsigned Attribute, StringRef String) override;
H A DRISCVELFStreamer.h89 void emitTextAttribute(unsigned Attribute, StringRef String) override;
H A DRISCVELFStreamer.cpp59 void RISCVTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in RISCVTargetELFStreamer
/llvm-project-15.0.7/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.cpp76 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;
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp107 void ARMTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in ARMTargetStreamer
184 emitTextAttribute(ARMBuildAttrs::CPU_name, "cortex-a9"); in emitTargetAttributes()
191 emitTextAttribute(ARMBuildAttrs::CPU_name, CPUString); in emitTargetAttributes()
H A DARMELFStreamer.cpp91 void emitTextAttribute(unsigned Attribute, StringRef String) override;
198 void ARMTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in __anon948350c40111::ARMTargetAsmStreamer
408 void emitTextAttribute(unsigned Attribute, StringRef String) override;
801 void ARMTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in ARMTargetELFStreamer
/llvm-project-15.0.7/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1695 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveAttribute()
1705 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveAttribute()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCStreamer.h157 virtual void emitTextAttribute(unsigned Attribute, StringRef String);
/llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2226 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveAttribute()
2260 getTargetStreamer().emitTextAttribute(Tag, ISAInfo->toString()); in parseDirectiveAttribute()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp612 ATS.emitTextAttribute(ARMBuildAttrs::conformance, "2.09"); in emitAttributes()
/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11459 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveEabiAttr()
11467 getTargetStreamer().emitTextAttribute(ARMBuildAttrs::CPU_name, CPU); in parseDirectiveCPU()