Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinterHandler.h66 virtual void endBasicBlockSection(const MachineBasicBlock &MBB) {} in endBasicBlockSection() function
H A DDebugHandlerBase.h132 void endBasicBlockSection(const MachineBasicBlock &MBB) override;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h63 void endBasicBlockSection(const MachineBasicBlock &MBB) override;
H A DDwarfCFIException.cpp141 void DwarfCFIException::endBasicBlockSection(const MachineBasicBlock &MBB) { in endBasicBlockSection() function in DwarfCFIException
H A DDebugHandlerBase.cpp437 void DebugHandlerBase::endBasicBlockSection(const MachineBasicBlock &MBB) { in endBasicBlockSection() function in DebugHandlerBase
H A DAsmPrinter.cpp2107 Handler->endBasicBlockSection(MF->back()); in emitFunctionBody()
2109 Handler->endBasicBlockSection(MF->back()); in emitFunctionBody()
4430 Handler->endBasicBlockSection(MBB); in emitBasicBlockEnd()
4432 Handler->endBasicBlockSection(MBB); in emitBasicBlockEnd()