Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp251 SmallVector<WebAssemblyException*, 8> ExceptionPointers; in recalculate() local
252 ExceptionPointers.reserve(Exceptions.size()); in recalculate()
256 ExceptionPointers.push_back(WE.get()); in recalculate()
265 for (auto *WE : ExceptionPointers) { in recalculate()
/src/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc865 ExceptionInfo.ExceptionPointers = ep;