Searched refs:emitGNUAttribute (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCELFStreamer.h | 134 void emitGNUAttribute(unsigned Tag, unsigned Value) override { in emitGNUAttribute() function
|
H A D | MCStreamer.h | 639 virtual void emitGNUAttribute(unsigned Tag, unsigned Value) {} in emitGNUAttribute() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 1781 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 D | MCAsmStreamer.cpp | 170 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 D | SystemZAsmPrinter.cpp | 852 OutStreamer->emitGNUAttribute(8, HasVectorFeature ? 2 : 1); in emitAttributes()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 1352 Parser.getStreamer().emitGNUAttribute(Tag, IntegerValue); in ParseGNUAttribute()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 1872 getParser().getStreamer().emitGNUAttribute(Tag, IntegerValue); in ParseGNUAttribute()
|