Searched refs:WebAssemblyLowerRefTypesIntPtrConv (Results 1 – 2 of 2) sorted by relevance
28 class WebAssemblyLowerRefTypesIntPtrConv final : public FunctionPass { class37 WebAssemblyLowerRefTypesIntPtrConv() : FunctionPass(ID) {} in WebAssemblyLowerRefTypesIntPtrConv() function in __anon2d2ad5430111::WebAssemblyLowerRefTypesIntPtrConv41 char WebAssemblyLowerRefTypesIntPtrConv::ID = 0;42 INITIALIZE_PASS(WebAssemblyLowerRefTypesIntPtrConv, DEBUG_TYPE,46 return new WebAssemblyLowerRefTypesIntPtrConv(); in createWebAssemblyLowerRefTypesIntPtrConv()49 bool WebAssemblyLowerRefTypesIntPtrConv::runOnFunction(Function &F) { in runOnFunction()
38 WebAssemblyLowerRefTypesIntPtrConv.cpp