Home
last modified time | relevance | path

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

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