reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
254 void ARMTargetAsmStreamer::emitInst(uint32_t Inst, char Suffix) { 1165 void ARMTargetELFStreamer::emitInst(uint32_t Inst, char Suffix) {
161 virtual void emitInst(uint32_t Inst, char Suffix = '\0');
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);