Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfException.h58 void beginFunction(const MachineFunction *MF) override;
80 void beginFunction(const MachineFunction *MF) override;
DAsmPrinterHandler.h43 virtual void beginFunction(const MachineFunction *MF) = 0;
DWinException.h94 void beginFunction(const MachineFunction *MF) override;
DWinCodeViewLineTables.h125 void beginFunction(const MachineFunction *MF) override;
DDwarfCFIException.cpp89 void DwarfCFIException::beginFunction(const MachineFunction *MF) { in beginFunction() function in DwarfCFIException
DARMException.cpp55 void ARMException::beginFunction(const MachineFunction *MF) { in beginFunction() function in ARMException
DDwarfDebug.h498 void beginFunction(const MachineFunction *MF) override;
DWinCodeViewLineTables.cpp330 void WinCodeViewLineTables::beginFunction(const MachineFunction *MF) { in beginFunction() function in llvm::WinCodeViewLineTables
DWinException.cpp62 void WinException::beginFunction(const MachineFunction *MF) { in beginFunction() function in WinException
DDwarfDebug.cpp1096 void DwarfDebug::beginFunction(const MachineFunction *MF) { in beginFunction() function in DwarfDebug
DAsmPrinter.cpp599 HI.Handler->beginFunction(MF); in EmitFunctionHeader()