Home | History | Annotate | Download | only in MC

Lines Matching defs:Instructions

1114 /// EmitFrameMoves - Emit frame instructions to describe the layout of the
1318 // Initial Instructions
1322 std::vector<MCCFIInstruction> Instructions;
1336 Instructions.push_back(Inst);
1343 Instructions.push_back(Inst);
1347 EmitCFIInstructions(streamer, Instructions, NULL);
1423 // Call Frame Instructions
1425 EmitCFIInstructions(streamer, frame.Instructions, frame.Begin);