Searched refs:emitIntTextAttribute (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVTargetStreamer.h | 39 virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue, 54 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
|
| H A D | RISCVTargetStreamer.cpp | 39 void RISCVTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in RISCVTargetStreamer 109 void RISCVTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in RISCVTargetAsmStreamer
|
| H A D | RISCVELFStreamer.h | 90 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
|
| H A D | RISCVELFStreamer.cpp | 64 void RISCVTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in RISCVTargetELFStreamer
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMELFStreamer.cpp | 92 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue, 217 void ARMTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in __anon948350c40111::ARMTargetAsmStreamer 409 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue, 807 void ARMTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in ARMTargetELFStreamer
|
| H A D | ARMTargetStreamer.cpp | 109 void ARMTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in ARMTargetStreamer
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCStreamer.h | 158 virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 11455 getTargetStreamer().emitIntTextAttribute(Tag, IntegerValue, StringValue); in parseDirectiveEabiAttr()
|