Home
last modified time | relevance | path

Searched refs:emitIntTextAttribute (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.h57 virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
75 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
H A DRISCVTargetStreamer.cpp51 void RISCVTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in RISCVTargetStreamer
166 void RISCVTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in RISCVTargetAsmStreamer
H A DRISCVELFStreamer.h49 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
H A DRISCVELFStreamer.cpp68 void RISCVTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitTextAttribute()
72 void RISCVTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, emitIntTextAttribute() function in RISCVTargetELFStreamer
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp93 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
222 void ARMTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in __anonb22a74070111::ARMTargetAsmStreamer
415 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
805 void ARMTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitTextAttribute()
807 void ARMTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, emitIntTextAttribute() function in ARMTargetELFStreamer
H A DARMTargetStreamer.cpp108 void ARMTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in ARMTargetStreamer
/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h159 virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11952 getTargetStreamer().emitIntTextAttribute(Tag, IntegerValue, StringValue); in parseDirectiveFnStart()