Home
last modified time | relevance | path

Searched refs:beginFunction (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h63 void beginFunction(const MachineFunction *MF) override;
88 void beginFunction(const MachineFunction *MF) override;
H A DWasmException.h28 void beginFunction(const MachineFunction *MF) override {} in beginFunction() function
H A DWinCFGuard.h38 void beginFunction(const MachineFunction *MF) override {} in beginFunction() function
H A DWinException.h101 void beginFunction(const MachineFunction *MF) override;
H A DARMException.cpp39 void ARMException::beginFunction(const MachineFunction *MF) { in beginFunction() function in ARMException
H A DDwarfCFIException.cpp88 void DwarfCFIException::beginFunction(const MachineFunction *MF) { in beginFunction() function in DwarfCFIException
H A DDebugHandlerBase.cpp187 void DebugHandlerBase::beginFunction(const MachineFunction *MF) { in beginFunction() function in DebugHandlerBase
H A DWinException.cpp60 void WinException::beginFunction(const MachineFunction *MF) { in beginFunction() function in WinException
H A DAsmPrinter.cpp715 HI.Handler->beginFunction(MF); in EmitFunctionHeader()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DAsmPrinterHandler.h46 virtual void beginFunction(const MachineFunction *MF) = 0;
H A DDebugHandlerBase.h119 void beginFunction(const MachineFunction *MF) override;