Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp252 DenseMap<int, Function *> FindMatchingCatches; member in __anon693b58ae0111::WebAssemblyLowerEmscriptenEHSjLj
374 if (FindMatchingCatches.count(NumClauses)) in getFindMatchingCatch()
375 return FindMatchingCatches[NumClauses]; in getFindMatchingCatch()
382 FindMatchingCatches[NumClauses] = F; in getFindMatchingCatch()