Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp247 SmallVector<WebAssemblyException*, 8> ExceptionPointers; in recalculate() local
248 ExceptionPointers.reserve(Exceptions.size()); in recalculate()
252 ExceptionPointers.push_back(WE.get()); in recalculate()
261 for (auto *WE : ExceptionPointers) { in recalculate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DSignals.inc821 ExceptionInfo.ExceptionPointers = ep;