Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp173 FunctionType *MainTy = FunctionType::get(Type::getInt32Ty(C), MainArgTys, in runOnModule() local
175 if (F.getFunctionType() != MainTy) { in runOnModule()
181 PointerType::get(MainTy, 0)); in runOnModule()