Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp219 static bool shouldFixMainFunction(FunctionType *FuncTy, FunctionType *MainTy) { in shouldFixMainFunction() function
253 if (shouldFixMainFunction(F.getFunctionType(), MainTy)) { in runOnModule()