Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp317 DenseMap<int, Function *> FindMatchingCatches; member in __anoneea379d40111::WebAssemblyLowerEmscriptenEHSjLj
491 if (FindMatchingCatches.count(NumClauses)) in getFindMatchingCatch()
492 return FindMatchingCatches[NumClauses]; in getFindMatchingCatch()
498 FindMatchingCatches[NumClauses] = F; in getFindMatchingCatch()