• Home
  • Raw
  • Download

Lines Matching refs:MCCFIInstruction

185   const std::vector<MCCFIInstruction> &Instrs = MF->getFrameInstructions();  in calculateOutgoingCFAInfo()
196 const MCCFIInstruction &CFI = Instrs[CFIIndex]; in calculateOutgoingCFAInfo()
198 case MCCFIInstruction::OpDefCfaRegister: in calculateOutgoingCFAInfo()
201 case MCCFIInstruction::OpDefCfaOffset: in calculateOutgoingCFAInfo()
204 case MCCFIInstruction::OpAdjustCfaOffset: in calculateOutgoingCFAInfo()
207 case MCCFIInstruction::OpDefCfa: in calculateOutgoingCFAInfo()
211 case MCCFIInstruction::OpOffset: in calculateOutgoingCFAInfo()
214 case MCCFIInstruction::OpRegister: in calculateOutgoingCFAInfo()
217 case MCCFIInstruction::OpRelOffset: in calculateOutgoingCFAInfo()
220 case MCCFIInstruction::OpRestore: in calculateOutgoingCFAInfo()
223 case MCCFIInstruction::OpRememberState: in calculateOutgoingCFAInfo()
231 case MCCFIInstruction::OpRestoreState: in calculateOutgoingCFAInfo()
240 case MCCFIInstruction::OpUndefined: in calculateOutgoingCFAInfo()
241 case MCCFIInstruction::OpSameValue: in calculateOutgoingCFAInfo()
242 case MCCFIInstruction::OpEscape: in calculateOutgoingCFAInfo()
243 case MCCFIInstruction::OpWindowSave: in calculateOutgoingCFAInfo()
244 case MCCFIInstruction::OpNegateRAState: in calculateOutgoingCFAInfo()
245 case MCCFIInstruction::OpGnuArgsSize: in calculateOutgoingCFAInfo()
317 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::cfiDefCfa( in insertCFIInstrs()
326 unsigned CFIIndex = MF.addFrameInst(MCCFIInstruction::cfiDefCfaOffset( in insertCFIInstrs()
334 MF.addFrameInst(MCCFIInstruction::createDefCfaRegister( in insertCFIInstrs()
353 MF.addFrameInst(MCCFIInstruction::createRestore(nullptr, Reg)); in insertCFIInstrs()
368 MCCFIInstruction::createOffset(nullptr, Reg, *RO.Offset)); in insertCFIInstrs()
371 MCCFIInstruction::createRegister(nullptr, Reg, *RO.Reg)); in insertCFIInstrs()