Home | History | Annotate | Download | only in MC

Lines Matching refs:Instructions

662 /// EmitFrameMoves - Emit frame instructions to describe the layout of the
863 // Initial Instructions
867 std::vector<MCCFIInstruction> Instructions;
876 Instructions.push_back(Inst);
879 EmitCFIInstructions(streamer, Instructions, NULL);
958 // Call Frame Instructions
960 EmitCFIInstructions(streamer, frame.Instructions, frame.Begin);