Lines Matching refs:MCCFIInstruction
226 for (const MCCFIInstruction& Inst : MAI->getInitialFrameState()) { in EmitCFIStartProc()
227 if (Inst.getOperation() == MCCFIInstruction::OpDefCfa || in EmitCFIStartProc()
228 Inst.getOperation() == MCCFIInstruction::OpDefCfaRegister) { in EmitCFIStartProc()
261 MCCFIInstruction Instruction = in EmitCFIDefCfa()
262 MCCFIInstruction::createDefCfa(Label, Register, Offset); in EmitCFIDefCfa()
270 MCCFIInstruction Instruction = in EmitCFIDefCfaOffset()
271 MCCFIInstruction::createDefCfaOffset(Label, Offset); in EmitCFIDefCfaOffset()
278 MCCFIInstruction Instruction = in EmitCFIAdjustCfaOffset()
279 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment); in EmitCFIAdjustCfaOffset()
286 MCCFIInstruction Instruction = in EmitCFIDefCfaRegister()
287 MCCFIInstruction::createDefCfaRegister(Label, Register); in EmitCFIDefCfaRegister()
295 MCCFIInstruction Instruction = in EmitCFIOffset()
296 MCCFIInstruction::createOffset(Label, Register, Offset); in EmitCFIOffset()
303 MCCFIInstruction Instruction = in EmitCFIRelOffset()
304 MCCFIInstruction::createRelOffset(Label, Register, Offset); in EmitCFIRelOffset()
326 MCCFIInstruction Instruction = MCCFIInstruction::createRememberState(Label); in EmitCFIRememberState()
334 MCCFIInstruction Instruction = MCCFIInstruction::createRestoreState(Label); in EmitCFIRestoreState()
341 MCCFIInstruction Instruction = in EmitCFISameValue()
342 MCCFIInstruction::createSameValue(Label, Register); in EmitCFISameValue()
349 MCCFIInstruction Instruction = in EmitCFIRestore()
350 MCCFIInstruction::createRestore(Label, Register); in EmitCFIRestore()
357 MCCFIInstruction Instruction = MCCFIInstruction::createEscape(Label, Values); in EmitCFIEscape()
364 MCCFIInstruction Instruction = in EmitCFIGnuArgsSize()
365 MCCFIInstruction::createGnuArgsSize(Label, Size); in EmitCFIGnuArgsSize()
378 MCCFIInstruction Instruction = in EmitCFIUndefined()
379 MCCFIInstruction::createUndefined(Label, Register); in EmitCFIUndefined()
386 MCCFIInstruction Instruction = in EmitCFIRegister()
387 MCCFIInstruction::createRegister(Label, Register1, Register2); in EmitCFIRegister()
394 MCCFIInstruction Instruction = in EmitCFIWindowSave()
395 MCCFIInstruction::createWindowSave(Label); in EmitCFIWindowSave()