Searched refs:emitIntTextAttribute (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMTargetStreamer.cpp | 65 void ARMTargetStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in ARMTargetStreamer
|
D | ARMELFStreamer.cpp | 81 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue, 182 void ARMTargetAsmStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in __anonb9750a750111::ARMTargetAsmStreamer 377 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue, 678 void ARMTargetELFStreamer::emitIntTextAttribute(unsigned Attribute, in emitIntTextAttribute() function in ARMTargetELFStreamer
|
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 119 virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 9423 getTargetStreamer().emitIntTextAttribute(Tag, IntegerValue, StringValue); in parseDirectiveEabiAttr()
|