Home | History | Annotate | Download | only in MC

Lines Matching refs:MCCFIInstruction

1031                              ArrayRef<MCCFIInstruction> Instrs,
1034 const MCCFIInstruction &Instr);
1085 const MCCFIInstruction &Instr) {
1090 case MCCFIInstruction::OpRegister: {
1103 case MCCFIInstruction::OpWindowSave: {
1107 case MCCFIInstruction::OpUndefined: {
1117 case MCCFIInstruction::OpAdjustCfaOffset:
1118 case MCCFIInstruction::OpDefCfaOffset: {
1120 Instr.getOperation() == MCCFIInstruction::OpAdjustCfaOffset;
1137 case MCCFIInstruction::OpDefCfa: {
1155 case MCCFIInstruction::OpDefCfaRegister: {
1167 case MCCFIInstruction::OpOffset:
1168 case MCCFIInstruction::OpRelOffset: {
1170 Instr.getOperation() == MCCFIInstruction::OpRelOffset;
1201 case MCCFIInstruction::OpRememberState:
1205 case MCCFIInstruction::OpRestoreState:
1209 case MCCFIInstruction::OpSameValue: {
1217 case MCCFIInstruction::OpRestore: {
1226 case MCCFIInstruction::OpEscape:
1237 ArrayRef<MCCFIInstruction> Instrs,
1240 const MCCFIInstruction &Instr = Instrs[i];
1441 const std::vector<MCCFIInstruction> &Instructions =