Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfException.h60 void endFunction(const MachineFunction *) override;
91 void endFunction(const MachineFunction *) override;
106 void endFunction(const MachineFunction *MF) override;
DWinCFGuard.h46 void endFunction(const MachineFunction *MF) override;
DWasmException.h31 void endFunction(const MachineFunction *MF) override;
DPseudoProbePrinter.h41 void endFunction(const MachineFunction *MF) override {} in endFunction() function
DAIXException.cpp74 void AIXException::endFunction(const MachineFunction *MF) { in endFunction() function in llvm::AIXException
DWinException.h112 void endFunction(const MachineFunction *) override;
DWasmException.cpp45 void WasmException::endFunction(const MachineFunction *MF) { in endFunction() function in WasmException
DWinCFGuard.cpp31 void WinCFGuard::endFunction(const MachineFunction *MF) { in endFunction() function in WinCFGuard
DDwarfCFIException.cpp146 void DwarfCFIException::endFunction(const MachineFunction *MF) { in endFunction() function in DwarfCFIException
DARMException.cpp58 void ARMException::endFunction(const MachineFunction *MF) { in endFunction() function in ARMException
DDebugHandlerBase.cpp408 void DebugHandlerBase::endFunction(const MachineFunction *MF) { in endFunction() function in DebugHandlerBase
DWinException.cpp124 void WinException::endFunction(const MachineFunction *MF) { in endFunction() function in WinException
DAsmPrinter.cpp1842 HI.Handler->endFunction(MF); in emitFunctionBody()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DAsmPrinterHandler.h56 virtual void endFunction(const MachineFunction *MF) = 0;
DDebugHandlerBase.h127 void endFunction(const MachineFunction *MF) override;