Searched refs:WebAssemblyNullifyDebugValueLists (Results 1 – 1 of 1) sorted by relevance
24 class WebAssemblyNullifyDebugValueLists final : public MachineFunctionPass { class33 WebAssemblyNullifyDebugValueLists() : MachineFunctionPass(ID) {} in WebAssemblyNullifyDebugValueLists() function in __anonee7d875b0111::WebAssemblyNullifyDebugValueLists37 char WebAssemblyNullifyDebugValueLists::ID = 0;38 INITIALIZE_PASS(WebAssemblyNullifyDebugValueLists, DEBUG_TYPE,42 return new WebAssemblyNullifyDebugValueLists(); in createWebAssemblyNullifyDebugValueLists()45 bool WebAssemblyNullifyDebugValueLists::runOnMachineFunction( in runOnMachineFunction()