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