Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp335 bool runEHOnFunction(Function &F);
1037 Changed |= runEHOnFunction(F); in runOnModule()
1073 bool WebAssemblyLowerEmscriptenEHSjLj::runEHOnFunction(Function &F) { in runEHOnFunction() function in WebAssemblyLowerEmscriptenEHSjLj