reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
  254 void ARMTargetAsmStreamer::emitInst(uint32_t Inst, char Suffix) {
 1165 void ARMTargetELFStreamer::emitInst(uint32_t Inst, char Suffix) {

Declarations

include/llvm/MC/MCStreamer.h
  161   virtual void emitInst(uint32_t Inst, char Suffix = '\0');

References

lib/Target/ARM/ARMAsmPrinter.cpp
 1814       ATS.emitInst(Val);
 1822     ATS.emitInst(Val);
 1831       ATS.emitInst(Val, 'n');
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
11233     getTargetStreamer().emitInst(Value->getValue(), CurSuffix);