Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinterHandler.h54 virtual void beginInstruction(const MachineInstr *MI) = 0;
HDEHStreamer.h132 void beginInstruction(const MachineInstr *MI) override {} in beginInstruction() function
HDWinCodeViewLineTables.h139 void beginInstruction(const MachineInstr *MI) override;
HDDwarfDebug.h542 void beginInstruction(const MachineInstr *MI) override;
HDWinCodeViewLineTables.cpp388 void WinCodeViewLineTables::beginInstruction(const MachineInstr *MI) { in beginInstruction() function in llvm::WinCodeViewLineTables
HDDwarfDebug.cpp957 void DwarfDebug::beginInstruction(const MachineInstr *MI) { in beginInstruction() function in DwarfDebug
HDAsmPrinter.cpp810 HI.Handler->beginInstruction(&MI); in EmitFunctionBody()