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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h58 void beginFunction(const MachineFunction *MF) override;
80 void beginFunction(const MachineFunction *MF) override;
H A DAsmPrinterHandler.h41 /// Every beginFunction(MF) call should be followed by an endFunction(MF)
43 virtual void beginFunction(const MachineFunction *MF) = 0;
51 /// beginFunction at all.
H A DWinException.h94 void beginFunction(const MachineFunction *MF) override;
H A DWinCodeViewLineTables.h125 void beginFunction(const MachineFunction *MF) override;
H A DARMException.cpp55 void ARMException::beginFunction(const MachineFunction *MF) { function in class:ARMException
H A DDwarfCFIException.cpp89 void DwarfCFIException::beginFunction(const MachineFunction *MF) { function in class:DwarfCFIException
H A DDwarfDebug.h498 void beginFunction(const MachineFunction *MF) override;
H A DWinCodeViewLineTables.cpp330 void WinCodeViewLineTables::beginFunction(const MachineFunction *MF) { function in class:llvm::WinCodeViewLineTables
H A DWinException.cpp62 void WinException::beginFunction(const MachineFunction *MF) { function in class:WinException
H A DDwarfDebug.cpp1096 void DwarfDebug::beginFunction(const MachineFunction *MF) { function in class:DwarfDebug
1192 "endFunction should be called with the same function as beginFunction");
H A DAsmPrinter.cpp599 HI.Handler->beginFunction(MF);

Completed in 107 milliseconds