Lines Matching refs:MCCFIInstruction
244 void AsmPrinter::emitCFIInstruction(const MCCFIInstruction &Inst) const { in emitCFIInstruction()
248 case MCCFIInstruction::OpDefCfaOffset: in emitCFIInstruction()
251 case MCCFIInstruction::OpAdjustCfaOffset: in emitCFIInstruction()
254 case MCCFIInstruction::OpDefCfa: in emitCFIInstruction()
257 case MCCFIInstruction::OpDefCfaRegister: in emitCFIInstruction()
260 case MCCFIInstruction::OpOffset: in emitCFIInstruction()
263 case MCCFIInstruction::OpRegister: in emitCFIInstruction()
266 case MCCFIInstruction::OpWindowSave: in emitCFIInstruction()
269 case MCCFIInstruction::OpNegateRAState: in emitCFIInstruction()
272 case MCCFIInstruction::OpSameValue: in emitCFIInstruction()
275 case MCCFIInstruction::OpGnuArgsSize: in emitCFIInstruction()
278 case MCCFIInstruction::OpEscape: in emitCFIInstruction()
282 case MCCFIInstruction::OpRestore: in emitCFIInstruction()
285 case MCCFIInstruction::OpUndefined: in emitCFIInstruction()