Home
last modified time | relevance | path

Searched refs:beginFragment (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp118 beginFragment(&*MF->begin(), getExceptionSym); in beginFunction()
121 void DwarfCFIException::beginFragment(const MachineBasicBlock *MBB, in beginFragment() function in DwarfCFIException
173 beginFragment(&MBB, getExceptionSym); in beginBasicBlock()
H A DDwarfException.h64 void beginFragment(const MachineBasicBlock *MBB,
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinterHandler.h60 virtual void beginFragment(const MachineBasicBlock *MBB, in beginFragment() function