• Home
  • Raw
  • Download

Lines Matching refs:MCCFIInstruction

446     for (const MCCFIInstruction& Inst : MAI->getInitialFrameState()) {  in emitCFIStartProc()
447 if (Inst.getOperation() == MCCFIInstruction::OpDefCfa || in emitCFIStartProc()
448 Inst.getOperation() == MCCFIInstruction::OpDefCfaRegister) { in emitCFIStartProc()
481 MCCFIInstruction Instruction = in emitCFIDefCfa()
482 MCCFIInstruction::cfiDefCfa(Label, Register, Offset); in emitCFIDefCfa()
492 MCCFIInstruction Instruction = in emitCFIDefCfaOffset()
493 MCCFIInstruction::cfiDefCfaOffset(Label, Offset); in emitCFIDefCfaOffset()
502 MCCFIInstruction Instruction = in emitCFIAdjustCfaOffset()
503 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment); in emitCFIAdjustCfaOffset()
512 MCCFIInstruction Instruction = in emitCFIDefCfaRegister()
513 MCCFIInstruction::createDefCfaRegister(Label, Register); in emitCFIDefCfaRegister()
523 MCCFIInstruction Instruction = in emitCFIOffset()
524 MCCFIInstruction::createOffset(Label, Register, Offset); in emitCFIOffset()
533 MCCFIInstruction Instruction = in emitCFIRelOffset()
534 MCCFIInstruction::createRelOffset(Label, Register, Offset); in emitCFIRelOffset()
560 MCCFIInstruction Instruction = MCCFIInstruction::createRememberState(Label); in emitCFIRememberState()
570 MCCFIInstruction Instruction = MCCFIInstruction::createRestoreState(Label); in emitCFIRestoreState()
579 MCCFIInstruction Instruction = in emitCFISameValue()
580 MCCFIInstruction::createSameValue(Label, Register); in emitCFISameValue()
589 MCCFIInstruction Instruction = in emitCFIRestore()
590 MCCFIInstruction::createRestore(Label, Register); in emitCFIRestore()
599 MCCFIInstruction Instruction = MCCFIInstruction::createEscape(Label, Values); in emitCFIEscape()
608 MCCFIInstruction Instruction = in emitCFIGnuArgsSize()
609 MCCFIInstruction::createGnuArgsSize(Label, Size); in emitCFIGnuArgsSize()
625 MCCFIInstruction Instruction = in emitCFIUndefined()
626 MCCFIInstruction::createUndefined(Label, Register); in emitCFIUndefined()
635 MCCFIInstruction Instruction = in emitCFIRegister()
636 MCCFIInstruction::createRegister(Label, Register1, Register2); in emitCFIRegister()
645 MCCFIInstruction Instruction = in emitCFIWindowSave()
646 MCCFIInstruction::createWindowSave(Label); in emitCFIWindowSave()
655 MCCFIInstruction Instruction = MCCFIInstruction::createNegateRAState(Label); in emitCFINegateRAState()