Home | History | Annotate | Download | only in MC

Lines Matching refs:MCCFIInstruction

288   MCCFIInstruction Instruction =
289 MCCFIInstruction::createDefCfa(Label, Register, Offset);
296 MCCFIInstruction Instruction =
297 MCCFIInstruction::createDefCfaOffset(Label, Offset);
304 MCCFIInstruction Instruction =
305 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment);
312 MCCFIInstruction Instruction =
313 MCCFIInstruction::createDefCfaRegister(Label, Register);
320 MCCFIInstruction Instruction =
321 MCCFIInstruction::createOffset(Label, Register, Offset);
328 MCCFIInstruction Instruction =
329 MCCFIInstruction::createRelOffset(Label, Register, Offset);
351 MCCFIInstruction Instruction = MCCFIInstruction::createRememberState(Label);
359 MCCFIInstruction Instruction = MCCFIInstruction::createRestoreState(Label);
366 MCCFIInstruction Instruction =
367 MCCFIInstruction::createSameValue(Label, Register);
374 MCCFIInstruction Instruction =
375 MCCFIInstruction::createRestore(Label, Register);
382 MCCFIInstruction Instruction = MCCFIInstruction::createEscape(Label, Values);
395 MCCFIInstruction Instruction =
396 MCCFIInstruction::createUndefined(Label, Register);
403 MCCFIInstruction Instruction =
404 MCCFIInstruction::createRegister(Label, Register1, Register2);
411 MCCFIInstruction Instruction =
412 MCCFIInstruction::createWindowSave(Label);