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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp348 static Function *getEmscriptenFunction(FunctionType *Ty, const Twine &Name, function
379 Function *F = getEmscriptenFunction(
479 Function *F = getEmscriptenFunction(FTy, "__invoke_" + Sig, M);
650 GetTempRet0Func = getEmscriptenFunction(
652 SetTempRet0Func = getEmscriptenFunction(
665 ResumeF = getEmscriptenFunction(ResumeFTy, "__resumeException", &M);
670 EHTypeIDF = getEmscriptenFunction(EHTypeIDTy, "llvm_eh_typeid_for", &M);
686 EmLongjmpJmpbufF = getEmscriptenFunction(LongjmpF->getFunctionType(),
699 SaveSetjmpF = getEmscriptenFunction(FTy, "saveSetjmp", &M);
705 TestSetjmpF = getEmscriptenFunction(FT
[all...]

Completed in 48 milliseconds