Lines Matching refs:CFIInstrInserter
37 class CFIInstrInserter : public MachineFunctionPass { class
41 CFIInstrInserter() : MachineFunctionPass(ID) { in CFIInstrInserter() function in __anone6d218f80111::CFIInstrInserter
137 char CFIInstrInserter::ID = 0;
138 INITIALIZE_PASS(CFIInstrInserter, "cfi-instr-inserter",
141 FunctionPass *llvm::createCFIInstrInserter() { return new CFIInstrInserter(); } in createCFIInstrInserter()
143 void CFIInstrInserter::calculateCFAInfo(MachineFunction &MF) { in calculateCFAInfo()
176 void CFIInstrInserter::calculateOutgoingCFAInfo(MBBCFAInfo &MBBInfo) { in calculateOutgoingCFAInfo()
278 void CFIInstrInserter::updateSuccCFAInfo(MBBCFAInfo &MBBInfo) { in updateSuccCFAInfo()
298 bool CFIInstrInserter::insertCFIInstrs(MachineFunction &MF) { in insertCFIInstrs()
391 void CFIInstrInserter::reportCFAError(const MBBCFAInfo &Pred, in reportCFAError()
407 void CFIInstrInserter::reportCSRError(const MBBCFAInfo &Pred, in reportCSRError()
423 unsigned CFIInstrInserter::verify(MachineFunction &MF) { in verify()