Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp135 Asm->OutStreamer->emitCFILsda(Asm->getMBBExceptionSym(MBB), in beginBasicBlockSection()
DEHStreamer.cpp259 Asm->getMBBExceptionSym(MBB), CallSites.size()}); in computeCallSiteTable()
590 Asm->OutStreamer->emitLabel(Asm->getMBBExceptionSym(Asm->MF->front())); in emitExceptionTable()
DAsmPrinter.cpp2327 MCSymbol *AsmPrinter::getMBBExceptionSym(const MachineBasicBlock &MBB) { in getMBBExceptionSym() function in AsmPrinter
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DAsmPrinter.h279 MCSymbol *getMBBExceptionSym(const MachineBasicBlock &MBB);
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp928 MCSym = getMBBExceptionSym(MF->front()); in emitMachineConstantPoolValue()