Searched refs:getEmscriptenFunction (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 443 static Function *getEmscriptenFunction(FunctionType *Ty, const Twine &Name, in getEmscriptenFunction() function 496 Function *F = getEmscriptenFunction( in getFindMatchingCatch() 588 Function *F = getEmscriptenFunction(FTy, "__invoke_" + Sig, M); in getInvokeWrapper() 927 GetTempRet0F = getEmscriptenFunction( in runOnModule() 929 SetTempRet0F = getEmscriptenFunction( in runOnModule() 942 ResumeF = getEmscriptenFunction(ResumeFTy, "__resumeException", &M); in runOnModule() 948 EHTypeIDF = getEmscriptenFunction(EHTypeIDTy, "llvm_eh_typeid_for", &M); in runOnModule() 988 EmLongjmpF = getEmscriptenFunction(FTy, "emscripten_longjmp", &M); in runOnModule() 995 WasmLongjmpF = getEmscriptenFunction(FTy, "__wasm_longjmp", &M); in runOnModule() 1009 WasmSetjmpF = getEmscriptenFunction(FTy, "__wasm_setjmp", &M); in runOnModule() [all …]
|