Home | History | Annotate | Download | only in MC

Lines Matching defs:Instructions

1028 /// EmitFrameMoves - Emit frame instructions to describe the layout of the
1232 // Initial Instructions
1236 std::vector<MCCFIInstruction> Instructions;
1245 Instructions.push_back(Inst);
1248 EmitCFIInstructions(streamer, Instructions, NULL);
1327 // Call Frame Instructions
1329 EmitCFIInstructions(streamer, frame.Instructions, frame.Begin);