Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVTargetStreamer.h40 virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
55 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
DRISCVTargetStreamer.cpp41 void RISCVTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in RISCVTargetStreamer
115 void RISCVTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in RISCVTargetAsmStreamer
DRISCVELFStreamer.h107 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
DRISCVELFStreamer.cpp64 void RISCVTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in RISCVTargetELFStreamer
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp92 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
222 void ARMTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in __anon8bed06100111::ARMTargetAsmStreamer
414 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
812 void ARMTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in ARMTargetELFStreamer
DARMTargetStreamer.cpp109 void ARMTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in ARMTargetStreamer
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCStreamer.h158 virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp11484 getTargetStreamer().emitIntTextAttribute(Tag, IntegerValue, StringValue); in parseDirectiveEabiAttr()