Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp94 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
206 void ARMTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in __anonb90111790111::ARMTargetAsmStreamer
406 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
782 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-12.1/contrib/llvm/include/llvm/MC/
H A DMCStreamer.h146 virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp9747 getTargetStreamer().emitIntTextAttribute(Tag, IntegerValue, StringValue); in parseDirectiveEabiAttr()