Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinterHandler.h58 virtual void beginBasicBlockSection(const MachineBasicBlock &MBB) {} in beginBasicBlockSection() function
H A DDebugHandlerBase.h137 void beginBasicBlockSection(const MachineBasicBlock &MBB);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h62 void beginBasicBlockSection(const MachineBasicBlock &MBB) override;
H A DDwarfCFIException.cpp101 void DwarfCFIException::beginBasicBlockSection(const MachineBasicBlock &MBB) { in beginBasicBlockSection() function in DwarfCFIException
H A DDebugHandlerBase.cpp427 void DebugHandlerBase::beginBasicBlockSection(const MachineBasicBlock &MBB) { in beginBasicBlockSection() function in DebugHandlerBase
H A DAsmPrinter.cpp1040 Handler->beginBasicBlockSection(MF->front()); in emitFunctionHeader()
1045 Handler->beginBasicBlockSection(MF->front()); in emitFunctionHeader()
4030 Handler->beginBasicBlockSection(MBB); in emitBasicBlockStart()
4032 Handler->beginBasicBlockSection(MBB); in emitBasicBlockStart()