Searched refs:CurExceptionSym (Results 1 – 2 of 2) sorted by relevance
113 MCSymbol *CurExceptionSym; variable
110 CurExceptionSym = CurrentFnSym = CurrentFnSymForSize = nullptr; in AsmPrinter()1225 if (!CurExceptionSym) in getCurExceptionSym()1226 CurExceptionSym = createTempSymbol("exception"); in getCurExceptionSym()1227 return CurExceptionSym; in getCurExceptionSym()1236 CurExceptionSym = nullptr; in SetupMachineFunction()