Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp648 const MCExpr *ExceptOrNull; in emitSEHActionsForRange() local
652 ExceptOrNull = MCConstantExpr::create(0, Ctx); in emitSEHActionsForRange()
658 ExceptOrNull = create32bitRef(Handler->getSymbol()); in emitSEHActionsForRange()
669 OS.emitValue(ExceptOrNull, 4); in emitSEHActionsForRange()