Home
last modified time | relevance | path

Searched refs:endBasicBlockSection (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DAsmPrinterHandler.h69 virtual void endBasicBlockSection(const MachineBasicBlock &MBB) {} in endBasicBlockSection() function
DDebugHandlerBase.h130 void endBasicBlockSection(const MachineBasicBlock &MBB) override;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfException.h63 void endBasicBlockSection(const MachineBasicBlock &MBB) override;
DDwarfCFIException.cpp139 void DwarfCFIException::endBasicBlockSection(const MachineBasicBlock &MBB) { in endBasicBlockSection() function in DwarfCFIException
DDebugHandlerBase.cpp424 void DebugHandlerBase::endBasicBlockSection(const MachineBasicBlock &MBB) { in endBasicBlockSection() function in DebugHandlerBase
DAsmPrinter.cpp1823 HI.Handler->endBasicBlockSection(MF->back()); in emitFunctionBody()
3788 HI.Handler->endBasicBlockSection(MBB); in emitBasicBlockEnd()