Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp448 static Function *getEmscriptenFunction(FunctionType *Ty, const Twine &Name, in getEmscriptenFunction() function
501 Function *F = getEmscriptenFunction( in getFindMatchingCatch()
593 Function *F = getEmscriptenFunction(FTy, "__invoke_" + Sig, M); in getInvokeWrapper()
934 GetTempRet0F = getEmscriptenFunction( in runOnModule()
936 SetTempRet0F = getEmscriptenFunction( in runOnModule()
949 ResumeF = getEmscriptenFunction(ResumeFTy, "__resumeException", &M); in runOnModule()
955 EHTypeIDF = getEmscriptenFunction(EHTypeIDTy, "llvm_eh_typeid_for", &M); in runOnModule()
995 EmLongjmpF = getEmscriptenFunction(FTy, "emscripten_longjmp", &M); in runOnModule()
1001 WasmLongjmpF = getEmscriptenFunction(FTy, "__wasm_longjmp", &M); in runOnModule()
1013 SaveSetjmpF = getEmscriptenFunction(FTy, "saveSetjmp", &M); in runOnModule()
[all …]