Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/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.cpp43 void RISCVTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in RISCVTargetStreamer
147 void RISCVTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in RISCVTargetAsmStreamer
H A DRISCVELFStreamer.h52 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
H A DRISCVELFStreamer.cpp72 void RISCVTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in RISCVTargetELFStreamer
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp92 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
222 void ARMTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in __anon42dabcca0111::ARMTargetAsmStreamer
414 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
812 void ARMTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in ARMTargetELFStreamer
H A DARMTargetStreamer.cpp108 void ARMTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in ARMTargetStreamer
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h158 virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11637 getTargetStreamer().emitIntTextAttribute(Tag, IntegerValue, StringValue); in parseDirectiveEabiAttr()