Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h131 virtual void beginInstruction(const MachineInstr *MI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp356 void DebugHandlerBase::beginInstruction(const MachineInstr *MI) { in beginInstruction() function in DebugHandlerBase
H A DCodeViewDebug.h524 void beginInstruction(const MachineInstr *MI) override;
H A DDwarfDebug.h728 void beginInstruction(const MachineInstr *MI) override; in useAppleExtensionAttributes()
H A DCodeViewDebug.cpp3123 void CodeViewDebug::beginInstruction(const MachineInstr *MI) { in beginInstruction()
3124 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
3101 void CodeViewDebug::beginInstruction(const MachineInstr *MI) { beginInstruction() function in CodeViewDebug
H A DDwarfDebug.cpp2000 void DwarfDebug::beginInstruction(const MachineInstr *MI) { in beginInstruction() function in DwarfDebug
2036 DebugHandlerBase::beginInstruction(MI); in beginInstruction()
H A DAsmPrinter.cpp1741 Handler->beginInstruction(&MI); in emitFunctionBody()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h428 void beginInstruction(const MachineInstr *MI) override;
H A DBTFDebug.cpp1312 void BTFDebug::beginInstruction(const MachineInstr *MI) { in beginInstruction() function in BTFDebug
1313 DebugHandlerBase::beginInstruction(MI); in beginInstruction()