Home
last modified time | relevance | path

Searched refs:CurExceptionSym (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h131 MCSymbol *CurExceptionSym = nullptr; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1610 if (!CurExceptionSym) in getCurExceptionSym()
1611 CurExceptionSym = createTempSymbol("exception"); in getCurExceptionSym()
1612 return CurExceptionSym; in getCurExceptionSym()
1621 CurExceptionSym = nullptr; in SetupMachineFunction()