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

Overridden By

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 2883 void CodeViewDebug::beginInstruction(const MachineInstr *MI) {
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
  279 void DebugHandlerBase::beginInstruction(const MachineInstr *MI) {
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 1633 void DwarfDebug::beginInstruction(const MachineInstr *MI) {
lib/CodeGen/AsmPrinter/EHStreamer.h
  130   void beginInstruction(const MachineInstr *MI) override {}
lib/CodeGen/AsmPrinter/WinCFGuard.h
   48   void beginInstruction(const MachineInstr *MI) override {}
lib/Target/BPF/BTFDebug.cpp
 1003 void BTFDebug::beginInstruction(const MachineInstr *MI) {

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1072           HI.Handler->beginInstruction(&MI);