HomeSort by relevance Sort by last modified time
    Searched refs:beginFunction (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.h 58 void beginFunction(const MachineFunction *MF) override;
80 void beginFunction(const MachineFunction *MF) override;
AsmPrinterHandler.h 41 /// Every beginFunction(MF) call should be followed by an endFunction(MF)
43 virtual void beginFunction(const MachineFunction *MF) = 0;
51 /// beginFunction at all.
WinException.h 94 void beginFunction(const MachineFunction *MF) override;
WinCodeViewLineTables.h 125 void beginFunction(const MachineFunction *MF) override;
ARMException.cpp 55 void ARMException::beginFunction(const MachineFunction *MF) {
DwarfCFIException.cpp 89 void DwarfCFIException::beginFunction(const MachineFunction *MF) {
DwarfDebug.h 498 void beginFunction(const MachineFunction *MF) override;
WinCodeViewLineTables.cpp 330 void WinCodeViewLineTables::beginFunction(const MachineFunction *MF) {
WinException.cpp 62 void WinException::beginFunction(const MachineFunction *MF) {
    [all...]
DwarfDebug.cpp     [all...]
AsmPrinter.cpp 599 HI.Handler->beginFunction(MF);
    [all...]

Completed in 630 milliseconds