Lines Matching refs:CFIInstrInserter
38 class CFIInstrInserter : public MachineFunctionPass { class
42 CFIInstrInserter() : MachineFunctionPass(ID) { in CFIInstrInserter() function in __anon2e4ddf720111::CFIInstrInserter
138 char CFIInstrInserter::ID = 0;
139 INITIALIZE_PASS(CFIInstrInserter, "cfi-instr-inserter",
142 FunctionPass *llvm::createCFIInstrInserter() { return new CFIInstrInserter(); } in createCFIInstrInserter()
144 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()