reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/CodeGen/AsmPrinter/ARMException.cpp
   38 void ARMException::beginFunction(const MachineFunction *MF) {
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
  185 void DebugHandlerBase::beginFunction(const MachineFunction *MF) {
lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
   87 void DwarfCFIException::beginFunction(const MachineFunction *MF) {
lib/CodeGen/AsmPrinter/WasmException.h
   27   void beginFunction(const MachineFunction *MF) override {}
lib/CodeGen/AsmPrinter/WinCFGuard.h
   40   void beginFunction(const MachineFunction *MF) override {}
lib/CodeGen/AsmPrinter/WinException.cpp
   59 void WinException::beginFunction(const MachineFunction *MF) {

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  738     HI.Handler->beginFunction(MF);