Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h60 void endFunction(const MachineFunction *) override;
91 void endFunction(const MachineFunction *) override;
106 void endFunction(const MachineFunction *MF) override;
H A DWinCFGuard.h44 void endFunction(const MachineFunction *MF) override;
H A DWasmException.h31 void endFunction(const MachineFunction *MF) override;
H A DWinException.h112 void endFunction(const MachineFunction *) override;
H A DAIXException.cpp75 void AIXException::endFunction(const MachineFunction *MF) { in endFunction() function in llvm::AIXException
H A DWasmException.cpp45 void WasmException::endFunction(const MachineFunction *MF) { in endFunction() function in WasmException
H A DWinCFGuard.cpp32 void WinCFGuard::endFunction(const MachineFunction *MF) { in endFunction() function in WinCFGuard
H A DARMException.cpp58 void ARMException::endFunction(const MachineFunction *MF) { in endFunction() function in ARMException
H A DDwarfCFIException.cpp147 void DwarfCFIException::endFunction(const MachineFunction *MF) { in endFunction() function in DwarfCFIException
H A DDebugHandlerBase.cpp417 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.cpp1987 Handler->endFunction(MF); in emitFunctionBody()
1989 Handler->endFunction(MF); in emitFunctionBody()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinterHandler.h52 virtual void endFunction(const MachineFunction *MF) = 0;
H A DDebugHandlerBase.h135 void endFunction(const MachineFunction *MF);