Home | History | Annotate | Download | only in X86

Lines Matching defs:CallInst

884     MCInst CallInst;
885 CallInst.setOpcode(CallOpcode);
886 CallInst.addOperand(CallTargetMCOp);
887 OutStreamer->EmitInstruction(CallInst, getSubtargetInfo());