Lines Matching refs:MCCFIInstruction
262 MCCFIInstruction Instruction =
263 MCCFIInstruction::createDefCfa(Label, Register, Offset);
270 MCCFIInstruction Instruction =
271 MCCFIInstruction::createDefCfaOffset(Label, Offset);
278 MCCFIInstruction Instruction =
279 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment);
286 MCCFIInstruction Instruction =
287 MCCFIInstruction::createDefCfaRegister(Label, Register);
294 MCCFIInstruction Instruction =
295 MCCFIInstruction::createOffset(Label, Register, Offset);
302 MCCFIInstruction Instruction =
303 MCCFIInstruction::createRelOffset(Label, Register, Offset);
325 MCCFIInstruction Instruction = MCCFIInstruction::createRememberState(Label);
333 MCCFIInstruction Instruction = MCCFIInstruction::createRestoreState(Label);
340 MCCFIInstruction Instruction =
341 MCCFIInstruction::createSameValue(Label, Register);
348 MCCFIInstruction Instruction =
349 MCCFIInstruction::createRestore(Label, Register);
356 MCCFIInstruction Instruction = MCCFIInstruction::createEscape(Label, Values);
369 MCCFIInstruction Instruction =
370 MCCFIInstruction::createUndefined(Label, Register);
377 MCCFIInstruction Instruction =
378 MCCFIInstruction::createRegister(Label, Register1, Register2);