Searched refs:getEmscriptenFunction (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 338 static Function *getEmscriptenFunction(FunctionType *Ty, const Twine &Name, in getEmscriptenFunction() function 391 Function *F = getEmscriptenFunction( in getFindMatchingCatch() 492 Function *F = getEmscriptenFunction(FTy, "__invoke_" + Sig, M); in getInvokeWrapper() 707 GetTempRet0Func = getEmscriptenFunction( in runOnModule() 709 SetTempRet0Func = getEmscriptenFunction( in runOnModule() 722 ResumeF = getEmscriptenFunction(ResumeFTy, "__resumeException", &M); in runOnModule() 727 EHTypeIDF = getEmscriptenFunction(EHTypeIDTy, "llvm_eh_typeid_for", &M); in runOnModule() 743 EmLongjmpF = getEmscriptenFunction(FTy, "emscripten_longjmp", &M); in runOnModule() 755 SaveSetjmpF = getEmscriptenFunction(FTy, "saveSetjmp", &M); in runOnModule() 762 TestSetjmpF = getEmscriptenFunction(FTy, "testSetjmp", &M); in runOnModule()
|