Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp137 Asm->OutStreamer->emitCFILsda(Asm->getMBBExceptionSym(MBB), in beginBasicBlockSection()
H A DEHStreamer.cpp256 Asm->getMBBExceptionSym(MBB), in computeCallSiteTable()
588 Asm->OutStreamer->emitLabel(Asm->getMBBExceptionSym(Asm->MF->front())); in emitExceptionTable()
H A DAsmPrinter.cpp2785 MCSymbol *AsmPrinter::getMBBExceptionSym(const MachineBasicBlock &MBB) { in getMBBExceptionSym() function in AsmPrinter
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h291 MCSymbol *getMBBExceptionSym(const MachineBasicBlock &MBB);
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp953 MCSym = getMBBExceptionSym(MF->front()); in emitMachineConstantPoolValue()