Lines Matching refs:MCCFIInstruction
206 void AsmPrinter::emitCFIInstruction(const MCCFIInstruction &Inst) const { in emitCFIInstruction()
211 case MCCFIInstruction::OpDefCfaOffset: in emitCFIInstruction()
214 case MCCFIInstruction::OpAdjustCfaOffset: in emitCFIInstruction()
217 case MCCFIInstruction::OpDefCfa: in emitCFIInstruction()
220 case MCCFIInstruction::OpDefCfaRegister: in emitCFIInstruction()
223 case MCCFIInstruction::OpLLVMDefAspaceCfa: in emitCFIInstruction()
227 case MCCFIInstruction::OpOffset: in emitCFIInstruction()
230 case MCCFIInstruction::OpRegister: in emitCFIInstruction()
233 case MCCFIInstruction::OpWindowSave: in emitCFIInstruction()
236 case MCCFIInstruction::OpNegateRAState: in emitCFIInstruction()
239 case MCCFIInstruction::OpSameValue: in emitCFIInstruction()
242 case MCCFIInstruction::OpGnuArgsSize: in emitCFIInstruction()
245 case MCCFIInstruction::OpEscape: in emitCFIInstruction()
249 case MCCFIInstruction::OpRestore: in emitCFIInstruction()
252 case MCCFIInstruction::OpUndefined: in emitCFIInstruction()
255 case MCCFIInstruction::OpRememberState: in emitCFIInstruction()
258 case MCCFIInstruction::OpRestoreState: in emitCFIInstruction()