Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp85 return Asm->getMBBExceptionSym(*MBB); in getExceptionSym()
H A DEHStreamer.cpp256 Asm->getMBBExceptionSym(MBB), CallSites.size()}); in computeCallSiteTable()
581 Asm->OutStreamer->emitLabel(Asm->getMBBExceptionSym(Asm->MF->front())); in emitExceptionTable()
H A DAsmPrinter.cpp1936 MCSymbol *AsmPrinter::getMBBExceptionSym(const MachineBasicBlock &MBB) { in getMBBExceptionSym() function in AsmPrinter
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h252 MCSymbol *getMBBExceptionSym(const MachineBasicBlock &MBB);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp906 MCSym = getMBBExceptionSym(MF->front()); in emitMachineConstantPoolValue()