Home
last modified time | relevance | path

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

12

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfException.h63 void beginFunction(const MachineFunction *MF) override;
88 void beginFunction(const MachineFunction *MF) override;
DAsmPrinterHandler.h46 virtual void beginFunction(const MachineFunction *MF) = 0;
DDebugHandlerBase.h86 void beginFunction(const MachineFunction *MF) override;
DWinException.h94 void beginFunction(const MachineFunction *MF) override;
DARMException.cpp53 void ARMException::beginFunction(const MachineFunction *MF) { in beginFunction() function in ARMException
DDwarfCFIException.cpp96 void DwarfCFIException::beginFunction(const MachineFunction *MF) { in beginFunction() function in DwarfCFIException
DDebugHandlerBase.cpp117 void DebugHandlerBase::beginFunction(const MachineFunction *MF) { in beginFunction() function in DebugHandlerBase
DCodeViewDebug.h297 void beginFunction(const MachineFunction *MF) override;
DDwarfDebug.h466 void beginFunction(const MachineFunction *MF) override;
DDwarfDebug.cpp1038 void DwarfDebug::beginFunction(const MachineFunction *MF) { in beginFunction() function in DwarfDebug
1051 DebugHandlerBase::beginFunction(MF); in beginFunction()
DCodeViewDebug.cpp864 void CodeViewDebug::beginFunction(const MachineFunction *MF) { in beginFunction() function in CodeViewDebug
870 DebugHandlerBase::beginFunction(MF); in beginFunction()
DWinException.cpp62 void WinException::beginFunction(const MachineFunction *MF) { in beginFunction() function in WinException
DAsmPrinter.cpp602 HI.Handler->beginFunction(MF); in EmitFunctionHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfException.h63 void beginFunction(const MachineFunction *MF) override;
88 void beginFunction(const MachineFunction *MF) override;
DWinCFGuard.h38 void beginFunction(const MachineFunction *MF) override {} in beginFunction() function
DAsmPrinterHandler.h46 virtual void beginFunction(const MachineFunction *MF) = 0;
DWinException.h98 void beginFunction(const MachineFunction *MF) override;
DDebugHandlerBase.h116 void beginFunction(const MachineFunction *MF) override;
DARMException.cpp39 void ARMException::beginFunction(const MachineFunction *MF) { in beginFunction() function in ARMException
DDwarfCFIException.cpp88 void DwarfCFIException::beginFunction(const MachineFunction *MF) { in beginFunction() function in DwarfCFIException
DDebugHandlerBase.cpp172 void DebugHandlerBase::beginFunction(const MachineFunction *MF) { in beginFunction() function in DebugHandlerBase
DWinException.cpp59 void WinException::beginFunction(const MachineFunction *MF) { in beginFunction() function in WinException
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.h488 void beginFunction(const MachineFunction *MF);
DAsmPrinter.cpp468 DD->beginFunction(MF); in EmitFunctionHeader()
DDwarfDebug.cpp1113 void DwarfDebug::beginFunction(const MachineFunction *MF) { in beginFunction() function in DwarfDebug

12