Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp248 SmallVector<WebAssemblyException*, 8> ExceptionPointers; in recalculate() local
249 ExceptionPointers.reserve(Exceptions.size()); in recalculate()
253 ExceptionPointers.push_back(WE.get()); in recalculate()
262 for (auto *WE : ExceptionPointers) { in recalculate()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DSignals.inc838 ExceptionInfo.ExceptionPointers = ep;