Searched refs:emitTextAttribute (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVTargetStreamer.cpp | 34 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 D | RISCVTargetStreamer.h | 34 virtual void emitTextAttribute(unsigned Attribute, StringRef String); 47 void emitTextAttribute(unsigned Attribute, StringRef String) override;
|
| H A D | RISCVELFStreamer.h | 88 void emitTextAttribute(unsigned Attribute, StringRef String) override;
|
| H A D | RISCVELFStreamer.cpp | 84 void RISCVTargetELFStreamer::emitTextAttribute(unsigned Attribute, in emitTextAttribute() function in RISCVTargetELFStreamer
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMTargetStreamer.cpp | 105 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 D | ARMELFStreamer.cpp | 91 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 D | MCStreamer.h | 153 virtual void emitTextAttribute(unsigned Attribute, StringRef String);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 2143 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 D | ARMAsmPrinter.cpp | 612 ATS.emitTextAttribute(ARMBuildAttrs::conformance, "2.09"); in emitAttributes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 11407 getTargetStreamer().emitTextAttribute(Tag, StringValue); in parseDirectiveEabiAttr() 11415 getTargetStreamer().emitTextAttribute(ARMBuildAttrs::CPU_name, CPU); in parseDirectiveCPU()
|