Searched refs:emitIntTextAttribute (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVTargetStreamer.h | 35 virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue, 48 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
|
| H A D | RISCVTargetStreamer.cpp | 36 void RISCVTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in RISCVTargetStreamer 145 void RISCVTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in RISCVTargetAsmStreamer
|
| H A D | RISCVELFStreamer.h | 89 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
|
| H A D | RISCVELFStreamer.cpp | 89 void RISCVTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in RISCVTargetELFStreamer
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFStreamer.cpp | 92 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue, 206 void ARMTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in __anonf4a9be480111::ARMTargetAsmStreamer 305 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue, 703 void ARMTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in ARMTargetELFStreamer
|
| H A D | ARMTargetStreamer.cpp | 107 void ARMTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in ARMTargetStreamer
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCStreamer.h | 154 virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 11403 getTargetStreamer().emitIntTextAttribute(Tag, IntegerValue, StringValue); in parseDirectiveEabiAttr()
|