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

Overrides

include/llvm/CodeGen/AsmPrinterHandler.h
   66   virtual void beginInstruction(const MachineInstr *MI) = 0;

Overridden By

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 2883 void CodeViewDebug::beginInstruction(const MachineInstr *MI) {
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 1633 void DwarfDebug::beginInstruction(const MachineInstr *MI) {
lib/Target/BPF/BTFDebug.cpp
 1003 void BTFDebug::beginInstruction(const MachineInstr *MI) {

Declarations

include/llvm/CodeGen/DebugHandlerBase.h
  115   void beginInstruction(const MachineInstr *MI) override;

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 2884   DebugHandlerBase::beginInstruction(MI);
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 1634   DebugHandlerBase::beginInstruction(MI);
lib/Target/BPF/BTFDebug.cpp
 1004   DebugHandlerBase::beginInstruction(MI);