Searched refs:getEmscriptenFunction (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 348 static Function *getEmscriptenFunction(FunctionType *Ty, const Twine &Name, in getEmscriptenFunction() function 401 Function *F = getEmscriptenFunction( in getFindMatchingCatch() 502 Function *F = getEmscriptenFunction(FTy, "__invoke_" + Sig, M); in getInvokeWrapper() 718 GetTempRet0Func = getEmscriptenFunction( in runOnModule() 720 SetTempRet0Func = getEmscriptenFunction( in runOnModule() 733 ResumeF = getEmscriptenFunction(ResumeFTy, "__resumeException", &M); in runOnModule() 738 EHTypeIDF = getEmscriptenFunction(EHTypeIDTy, "llvm_eh_typeid_for", &M); in runOnModule() 746 EmLongjmpF = getEmscriptenFunction(FTy, "emscripten_longjmp", &M); in runOnModule() 755 SaveSetjmpF = getEmscriptenFunction(FTy, "saveSetjmp", &M); in runOnModule() 762 TestSetjmpF = getEmscriptenFunction(FTy, "testSetjmp", &M); in runOnModule()
|