Lines Matching refs:MCCFIInstruction
326 MCCFIInstruction Instruction(Label, Dest, Source); in EmitCFIDefCfa()
337 MCCFIInstruction Instruction(Label, Dest, Source); in EmitCFIDefCfaOffset()
348 MCCFIInstruction Instruction(MCCFIInstruction::RelMove, Label, Dest, Source); in EmitCFIAdjustCfaOffset()
359 MCCFIInstruction Instruction(Label, Dest, Source); in EmitCFIDefCfaRegister()
370 MCCFIInstruction Instruction(Label, Dest, Source); in EmitCFIOffset()
381 MCCFIInstruction Instruction(MCCFIInstruction::RelMove, Label, Dest, Source); in EmitCFIRelOffset()
405 MCCFIInstruction Instruction(MCCFIInstruction::RememberState, Label); in EmitCFIRememberState()
415 MCCFIInstruction Instruction(MCCFIInstruction::RestoreState, Label); in EmitCFIRestoreState()
424 MCCFIInstruction Instruction(MCCFIInstruction::SameValue, Label, Register); in EmitCFISameValue()
433 MCCFIInstruction Instruction(MCCFIInstruction::Restore, Label, Register); in EmitCFIRestore()
442 MCCFIInstruction Instruction(MCCFIInstruction::Escape, Label, Values); in EmitCFIEscape()