Home
last modified time | relevance | path

Searched refs:beginInstruction (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.h49 void beginInstruction(const MachineInstr *MI) override {} in beginInstruction() function
H A DPseudoProbePrinter.h42 void beginInstruction(const MachineInstr *MI) override {} in beginInstruction() function
H A DEHStreamer.h155 void beginInstruction(const MachineInstr *MI) override {} in beginInstruction() function
H A DDebugHandlerBase.cpp348 void DebugHandlerBase::beginInstruction(const MachineInstr *MI) { in beginInstruction() function in DebugHandlerBase
H A DCodeViewDebug.h500 void beginInstruction(const MachineInstr *MI) override;
H A DDwarfDebug.h658 void beginInstruction(const MachineInstr *MI) override;
H A DCodeViewDebug.cpp3057 void CodeViewDebug::beginInstruction(const MachineInstr *MI) { in beginInstruction() function in CodeViewDebug
3058 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
H A DDwarfDebug.cpp1958 void DwarfDebug::beginInstruction(const MachineInstr *MI) { in beginInstruction() function in DwarfDebug
1994 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
H A DAsmPrinter.cpp1487 HI.Handler->beginInstruction(&MI); in emitFunctionBody()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinterHandler.h70 virtual void beginInstruction(const MachineInstr *MI) = 0;
H A DDebugHandlerBase.h120 void beginInstruction(const MachineInstr *MI) override;
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.h419 void beginInstruction(const MachineInstr *MI) override;
H A DBTFDebug.cpp1286 void BTFDebug::beginInstruction(const MachineInstr *MI) { in beginInstruction() function in BTFDebug
1287 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DAsmPrinterDwarfTest.cpp389 virtual void beginInstruction(const MachineInstr *MI) override {} in beginInstruction() function in __anon5e2e47990111::AsmPrinterHandlerTest::TestHandler