Searched refs:endFunction (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h65 void endFunction(const MachineFunction *) override;
90 void endFunction(const MachineFunction *) override;
H A DWasmException.h29 void endFunction(const MachineFunction *MF) override;
H A DWinCFGuard.h38 /// Every beginFunction(MF) call should be followed by an endFunction(MF)
45 void endFunction(const MachineFunction *MF) override;
H A DWinCFGuard.cpp34 void WinCFGuard::endFunction(const MachineFunction *MF) { function in class:WinCFGuard
H A DWinException.h106 void endFunction(const MachineFunction *) override;
H A DWasmException.cpp44 void WasmException::endFunction(const MachineFunction *MF) { function in class:WasmException
H A DARMException.cpp58 /// endFunction - Gather and emit post-function exception information.
60 void ARMException::endFunction(const MachineFunction *MF) { function in class:ARMException
H A DDwarfCFIException.cpp167 /// endFunction - Gather and emit post-function exception information.
169 void DwarfCFIException::endFunction(const MachineFunction *MF) { function in class:DwarfCFIException
H A DDebugHandlerBase.cpp337 void DebugHandlerBase::endFunction(const MachineFunction *MF) { function in class:DebugHandlerBase
H A DWinException.cpp118 /// endFunction - Gather and emit post-function exception information.
120 void WinException::endFunction(const MachineFunction *MF) { function in class:WinException
H A DAsmPrinter.cpp1240 HI.Handler->endFunction(MF);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinterHandler.h43 /// Every beginFunction(MF) call should be followed by an endFunction(MF)
48 // before endFunction and cannot switch sections.
54 virtual void endFunction(const MachineFunction *MF) = 0;
H A DDebugHandlerBase.h119 void endFunction(const MachineFunction *MF) override;

Completed in 199 milliseconds