Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.cpp34 void RISCVTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in RISCVTargetStreamer
96 emitTextAttribute(RISCVAttrs::ARCH, Arch); in emitTargetAttributes()
140 void RISCVTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in RISCVTargetAsmStreamer
H A DRISCVTargetStreamer.h34 virtual void emitTextAttribute(unsigned Attribute, StringRef String);
47 void emitTextAttribute(unsigned Attribute, StringRef String) override;
H A DRISCVELFStreamer.h88 void emitTextAttribute(unsigned Attribute, StringRef String) override;
H A DRISCVELFStreamer.cpp84 void RISCVTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in RISCVTargetELFStreamer
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp105 void ARMTargetStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in ARMTargetStreamer
169 emitTextAttribute(ARMBuildAttrs::CPU_name, "cortex-a9"); in emitTargetAttributes()
176 emitTextAttribute(ARMBuildAttrs::CPU_name, CPUString); in emitTargetAttributes()
H A DARMELFStreamer.cpp91 void emitTextAttribute(unsigned Attribute, StringRef String) override;
187 void ARMTargetAsmStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in __anonf4a9be480111::ARMTargetAsmStreamer
304 void emitTextAttribute(unsigned Attribute, StringRef String) override;
697 void ARMTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in ARMTargetELFStreamer
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h153 virtual void emitTextAttribute(unsigned Attribute, StringRef String);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2143 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveAttribute()
2196 getTargetStreamer().emitTextAttribute(Tag, formalArchStr); in parseDirectiveAttribute()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp612 ATS.emitTextAttribute(ARMBuildAttrs::conformance, "2.09"); in emitAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11407 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveEabiAttr()
11415 getTargetStreamer().emitTextAttribute(ARMBuildAttrs::CPU_name, CPU); in parseDirectiveCPU()