Home
last modified time | relevance | path

Searched refs:getMBBExceptionSym (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCFIException.cpp136 Asm->OutStreamer->emitCFILsda(Asm->getMBBExceptionSym(MBB), in beginBasicBlockSection()
HDEHStreamer.cpp258 Asm->getMBBExceptionSym(MBB), CallSites.size()}); in computeCallSiteTable()
589 Asm->OutStreamer->emitLabel(Asm->getMBBExceptionSym(Asm->MF->front())); in emitExceptionTable()
HDAsmPrinter.cpp2544 MCSymbol *AsmPrinter::getMBBExceptionSym(const MachineBasicBlock &MBB) { in getMBBExceptionSym() function in AsmPrinter
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDAsmPrinter.h268 MCSymbol *getMBBExceptionSym(const MachineBasicBlock &MBB);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMAsmPrinter.cpp945 MCSym = getMBBExceptionSym(MF->front()); in emitMachineConstantPoolValue()