Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVTargetStreamer.h35 virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
48 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
DRISCVTargetStreamer.cpp36 void RISCVTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in RISCVTargetStreamer
145 void RISCVTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in RISCVTargetAsmStreamer
DRISCVELFStreamer.h89 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
DRISCVELFStreamer.cpp89 void RISCVTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in RISCVTargetELFStreamer
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp92 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
206 void ARMTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in __anonf683a7ac0111::ARMTargetAsmStreamer
305 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
703 void ARMTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in ARMTargetELFStreamer
DARMTargetStreamer.cpp107 void ARMTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in ARMTargetStreamer
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h154 virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp11403 getTargetStreamer().emitIntTextAttribute(Tag, IntegerValue, StringValue); in parseDirectiveEabiAttr()