Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp355 void replaceLongjmpWith(Function *LongjmpF, Function *NewF);
809 void WebAssemblyLowerEmscriptenEHSjLj::replaceLongjmpWith(Function *LongjmpF, in replaceLongjmpWith() function in WebAssemblyLowerEmscriptenEHSjLj
1038 replaceLongjmpWith(LongjmpF, EnableEmSjLj ? EmLongjmpF : WasmLongjmpF); in runOnModule()