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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h62 void beginFunction(const MachineFunction *MF) override;
87 void beginFunction(const MachineFunction *MF) override;
H A DWasmException.h27 void beginFunction(const MachineFunction *MF) override {}
H A DWinCFGuard.h38 /// Every beginFunction(MF) call should be followed by an endFunction(MF)
40 void beginFunction(const MachineFunction *MF) override {}
44 /// beginFunction at all.
H A DWinException.h101 void beginFunction(const MachineFunction *MF) override;
H A DARMException.cpp38 void ARMException::beginFunction(const MachineFunction *MF) { function in class:ARMException
H A DDwarfCFIException.cpp88 void DwarfCFIException::beginFunction(const MachineFunction *MF) { function in class:DwarfCFIException
H A DDebugHandlerBase.cpp185 void DebugHandlerBase::beginFunction(const MachineFunction *MF) { function in class:DebugHandlerBase
H A DWinException.cpp59 void WinException::beginFunction(const MachineFunction *MF) { function in class:WinException
H A DAsmPrinter.cpp764 HI.Handler->beginFunction(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)
45 virtual void beginFunction(const MachineFunction *MF) = 0;
53 /// beginFunction at all.
H A DDebugHandlerBase.h118 void beginFunction(const MachineFunction *MF) override;

Completed in 125 milliseconds