Searched refs:CurExceptionSym (Results 1 – 2 of 2) sorted by relevance
111 MCSymbol *CurExceptionSym; variable
111 CurExceptionSym = CurrentFnSym = CurrentFnSymForSize = nullptr; in AsmPrinter()1160 if (!CurExceptionSym) in getCurExceptionSym()1161 CurExceptionSym = createTempSymbol("exception"); in getCurExceptionSym()1162 return CurExceptionSym; in getCurExceptionSym()1171 CurExceptionSym = nullptr; in SetupMachineFunction()