Home
last modified time | relevance | path

Searched refs:endFunction (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h62 void endFunction(const MachineFunction *) override;
90 void endFunction(const MachineFunction *) override;
106 void endFunction(const MachineFunction *MF) override;
H A DWinCFGuard.h46 void endFunction(const MachineFunction *MF) override;
H A DWasmException.h32 void endFunction(const MachineFunction *MF) override;
H A DPseudoProbePrinter.h41 void endFunction(const MachineFunction *MF) override {} in endFunction() function
H A DWinException.h112 void endFunction(const MachineFunction *) override;
H A DAIXException.cpp76 void AIXException::endFunction(const MachineFunction *MF) { in endFunction() function in llvm::AIXException
H A DWasmException.cpp55 void WasmException::endFunction(const MachineFunction *MF) { in endFunction() function in WasmException
H A DWinCFGuard.cpp31 void WinCFGuard::endFunction(const MachineFunction *MF) { in endFunction() function in WinCFGuard
H A DARMException.cpp53 void ARMException::endFunction(const MachineFunction *MF) { in endFunction() function in ARMException
H A DDwarfCFIException.cpp165 void DwarfCFIException::endFunction(const MachineFunction *MF) { in endFunction() function in DwarfCFIException
H A DDebugHandlerBase.cpp409 void DebugHandlerBase::endFunction(const MachineFunction *MF) { in endFunction() function in DebugHandlerBase
H A DWinException.cpp124 void WinException::endFunction(const MachineFunction *MF) { in endFunction() function in WinException
H A DAsmPrinter.cpp1703 HI.Handler->endFunction(MF); in emitFunctionBody()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinterHandler.h58 virtual void endFunction(const MachineFunction *MF) = 0;
H A DDebugHandlerBase.h124 void endFunction(const MachineFunction *MF) override;
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DAsmPrinterDwarfTest.cpp388 virtual void endFunction(const MachineFunction *MF) override {} in endFunction() function in __anon5e2e47990111::AsmPrinterHandlerTest::TestHandler