Lines Matching refs:MCCFIInstruction
269 for (const MCCFIInstruction& Inst : MAI->getInitialFrameState()) { in EmitCFIStartProc()
270 if (Inst.getOperation() == MCCFIInstruction::OpDefCfa || in EmitCFIStartProc()
271 Inst.getOperation() == MCCFIInstruction::OpDefCfaRegister) { in EmitCFIStartProc()
304 MCCFIInstruction Instruction = in EmitCFIDefCfa()
305 MCCFIInstruction::createDefCfa(Label, Register, Offset); in EmitCFIDefCfa()
313 MCCFIInstruction Instruction = in EmitCFIDefCfaOffset()
314 MCCFIInstruction::createDefCfaOffset(Label, Offset); in EmitCFIDefCfaOffset()
321 MCCFIInstruction Instruction = in EmitCFIAdjustCfaOffset()
322 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment); in EmitCFIAdjustCfaOffset()
329 MCCFIInstruction Instruction = in EmitCFIDefCfaRegister()
330 MCCFIInstruction::createDefCfaRegister(Label, Register); in EmitCFIDefCfaRegister()
338 MCCFIInstruction Instruction = in EmitCFIOffset()
339 MCCFIInstruction::createOffset(Label, Register, Offset); in EmitCFIOffset()
346 MCCFIInstruction Instruction = in EmitCFIRelOffset()
347 MCCFIInstruction::createRelOffset(Label, Register, Offset); in EmitCFIRelOffset()
369 MCCFIInstruction Instruction = MCCFIInstruction::createRememberState(Label); in EmitCFIRememberState()
377 MCCFIInstruction Instruction = MCCFIInstruction::createRestoreState(Label); in EmitCFIRestoreState()
384 MCCFIInstruction Instruction = in EmitCFISameValue()
385 MCCFIInstruction::createSameValue(Label, Register); in EmitCFISameValue()
392 MCCFIInstruction Instruction = in EmitCFIRestore()
393 MCCFIInstruction::createRestore(Label, Register); in EmitCFIRestore()
400 MCCFIInstruction Instruction = MCCFIInstruction::createEscape(Label, Values); in EmitCFIEscape()
407 MCCFIInstruction Instruction = in EmitCFIGnuArgsSize()
408 MCCFIInstruction::createGnuArgsSize(Label, Size); in EmitCFIGnuArgsSize()
421 MCCFIInstruction Instruction = in EmitCFIUndefined()
422 MCCFIInstruction::createUndefined(Label, Register); in EmitCFIUndefined()
429 MCCFIInstruction Instruction = in EmitCFIRegister()
430 MCCFIInstruction::createRegister(Label, Register1, Register2); in EmitCFIRegister()
437 MCCFIInstruction Instruction = in EmitCFIWindowSave()
438 MCCFIInstruction::createWindowSave(Label); in EmitCFIWindowSave()