reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1057 if (!MI.isPosition() && !MI.isImplicitDef() && !MI.isKill() && 1057 if (!MI.isPosition() && !MI.isImplicitDef() && !MI.isKill() && 1057 if (!MI.isPosition() && !MI.isImplicitDef() && !MI.isKill() && 1058 !MI.isDebugInstr()) { 1064 if (MCSymbol *S = MI.getPreInstrSymbol()) 1072 HI.Handler->beginInstruction(&MI); 1077 emitComments(MI, OutStreamer->GetCommentOS()); 1079 switch (MI.getOpcode()) { 1081 emitCFIInstruction(MI); 1084 emitFrameAlloc(MI); 1089 OutStreamer->EmitLabel(MI.getOperand(0).getMCSymbol()); 1093 EmitInlineAsm(&MI); 1097 if (!emitDebugValueComment(&MI, *this)) 1098 EmitInstruction(&MI); 1103 if (!emitDebugLabelComment(&MI, *this)) 1104 EmitInstruction(&MI); 1108 if (isVerbose()) emitImplicitDef(&MI); 1111 if (isVerbose()) emitKill(&MI, *this); 1114 EmitInstruction(&MI); 1119 if (MCSymbol *S = MI.getPostInstrSymbol())