Searched refs:CFIInstr (Results 1 – 3 of 3) sorted by relevance
40 const MCCFIInstruction *CFIInstr = BF.getCFIFor(Instr); in dumpCFI() local41 switch (CFIInstr->getOperation()) { in dumpCFI()54 MAP.emitCFIInstruction(*CFIInstr); in dumpCFI()
241 const MCCFIInstruction &CFIInstr = FDEProgram[State]; in getCFIStateAtInstr() local242 if (CFIInstr.getOperation() == MCCFIInstruction::OpRestoreState) in getCFIStateAtInstr()244 else if (CFIInstr.getOperation() == MCCFIInstruction::OpRememberState) in getCFIStateAtInstr()
332 for (const MCCFIInstruction &CFIInstr : Function.cie()) { in emitFunction() local336 if (!llvm::is_contained(FrameInstrs, CFIInstr)) in emitFunction()337 emitCFIInstruction(CFIInstr); in emitFunction()