Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVTargetStreamer.cpp49 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
HDRISCVTargetStreamer.h56 virtual void emitTextAttribute(unsigned Attribute, StringRef String);
74 void emitTextAttribute(unsigned Attribute, StringRef String) override;
HDRISCVELFStreamer.h50 void emitTextAttribute(unsigned Attribute, StringRef String) override;
HDRISCVELFStreamer.cpp67 void RISCVTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in RISCVTargetELFStreamer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
HDCSKYTargetStreamer.h62 virtual void emitTextAttribute(unsigned Attribute, StringRef String);
100 void emitTextAttribute(unsigned Attribute, StringRef String) override;
HDCSKYELFStreamer.cpp76 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()
HDCSKYTargetStreamer.cpp129 void CSKYTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in CSKYTargetStreamer
137 void CSKYTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in CSKYTargetAsmStreamer
HDCSKYELFStreamer.h90 void emitTextAttribute(unsigned Attribute, StringRef String) override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMTargetStreamer.cpp106 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()
HDARMELFStreamer.cpp91 void emitTextAttribute(unsigned Attribute, StringRef String) override;
197 void ARMTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in __anon57ed11ad0111::ARMTargetAsmStreamer
412 void emitTextAttribute(unsigned Attribute, StringRef String) override;
797 void ARMTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in ARMTargetELFStreamer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
HDCSKYAsmParser.cpp1602 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveAttribute()
1612 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveAttribute()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCStreamer.h158 virtual void emitTextAttribute(unsigned Attribute, StringRef String);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
HDRISCVAsmParser.cpp3073 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveAttribute()
3080 getTargetStreamer().emitTextAttribute(Tag, Result); in parseDirectiveAttribute()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMAsmPrinter.cpp627 ATS.emitTextAttribute(ARMBuildAttrs::conformance, "2.09"); in emitAttributes()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
HDARMAsmParser.cpp11900 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveEabiAttr()
11908 getTargetStreamer().emitTextAttribute(ARMBuildAttrs::CPU_name, CPU); in parseDirectiveCPU()