Home
last modified time | relevance | path

Searched refs:emitGNUAttribute (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h134 void emitGNUAttribute(unsigned Tag, unsigned Value) override { in emitGNUAttribute() function
H A DMCStreamer.h639 virtual void emitGNUAttribute(unsigned Tag, unsigned Value) {} in emitGNUAttribute() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1781 OutStreamer->emitGNUAttribute(Tag_GNU_Power_ABI_FP, in emitGNUAttributes()
1785 OutStreamer->emitGNUAttribute(Tag_GNU_Power_ABI_FP, in emitGNUAttributes()
1789 OutStreamer->emitGNUAttribute(Tag_GNU_Power_ABI_FP, in emitGNUAttributes()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp170 void emitGNUAttribute(unsigned Tag, unsigned Value) override;
580 void MCAsmStreamer::emitGNUAttribute(unsigned Tag, unsigned Value) { in emitGNUAttribute() function in MCAsmStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp852 OutStreamer->emitGNUAttribute(8, HasVectorFeature ? 2 : 1); in emitAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1352 Parser.getStreamer().emitGNUAttribute(Tag, IntegerValue); in ParseGNUAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1872 getParser().getStreamer().emitGNUAttribute(Tag, IntegerValue); in ParseGNUAttribute()