Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp651 const MCExpr *ExceptOrNull; in emitSEHActionsForRange() local
655 ExceptOrNull = MCConstantExpr::create(0, Ctx); in emitSEHActionsForRange()
661 ExceptOrNull = create32bitRef(Handler->getSymbol()); in emitSEHActionsForRange()
672 OS.emitValue(ExceptOrNull, 4); in emitSEHActionsForRange()