Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExplicitLocals.cpp35 class WebAssemblyExplicitLocals final : public MachineFunctionPass { class
50 WebAssemblyExplicitLocals() : MachineFunctionPass(ID) {} in WebAssemblyExplicitLocals() function in __anon5ba340fc0111::WebAssemblyExplicitLocals
54 char WebAssemblyExplicitLocals::ID = 0;
55 INITIALIZE_PASS(WebAssemblyExplicitLocals, DEBUG_TYPE,
59 return new WebAssemblyExplicitLocals(); in createWebAssemblyExplicitLocals()
209 bool WebAssemblyExplicitLocals::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
H A DCMakeLists.txt27 WebAssemblyExplicitLocals.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/WebAssembly/
H A DBUILD.gn42 "WebAssemblyExplicitLocals.cpp",