Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h66 void endFunction(const MachineFunction *) override;
91 void endFunction(const MachineFunction *) override;
H A DWasmException.h30 void endFunction(const MachineFunction *MF) override;
H A DWinCFGuard.h43 void endFunction(const MachineFunction *MF) override {} in endFunction() function
H A DWinException.h104 void endFunction(const MachineFunction *) override;
H A DWasmException.cpp45 void WasmException::endFunction(const MachineFunction *MF) { in endFunction() function in WasmException
H A DARMException.cpp61 void ARMException::endFunction(const MachineFunction *MF) { in endFunction() function in ARMException
H A DDwarfCFIException.cpp167 void DwarfCFIException::endFunction(const MachineFunction *MF) { in endFunction() function in DwarfCFIException
H A DDebugHandlerBase.cpp317 void DebugHandlerBase::endFunction(const MachineFunction *MF) { in endFunction() function in DebugHandlerBase
H A DWinException.cpp115 void WinException::endFunction(const MachineFunction *MF) { in endFunction() function in WinException
H A DAsmPrinter.cpp1230 HI.Handler->endFunction(MF); in EmitFunctionBody()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DAsmPrinterHandler.h55 virtual void endFunction(const MachineFunction *MF) = 0;
H A DDebugHandlerBase.h120 void endFunction(const MachineFunction *MF) override;