Searched refs:WebAssemblyLowerRefTypesIntPtrConv (Results 1 – 1 of 1) sorted by relevance
29 class WebAssemblyLowerRefTypesIntPtrConv final : public FunctionPass { class38 WebAssemblyLowerRefTypesIntPtrConv() : FunctionPass(ID) {} in WebAssemblyLowerRefTypesIntPtrConv() function in __anonb0d5fd830111::WebAssemblyLowerRefTypesIntPtrConv42 char WebAssemblyLowerRefTypesIntPtrConv::ID = 0;43 INITIALIZE_PASS(WebAssemblyLowerRefTypesIntPtrConv, DEBUG_TYPE,47 return new WebAssemblyLowerRefTypesIntPtrConv(); in createWebAssemblyLowerRefTypesIntPtrConv()50 bool WebAssemblyLowerRefTypesIntPtrConv::runOnFunction(Function &F) { in runOnFunction()