Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCallIndirectFixup.cpp43 class WebAssemblyCallIndirectFixup final : public MachineFunctionPass { class
52 WebAssemblyCallIndirectFixup() : MachineFunctionPass(ID) {} in WebAssemblyCallIndirectFixup() function in __anon600e7f300111::WebAssemblyCallIndirectFixup
56 char WebAssemblyCallIndirectFixup::ID = 0;
57 INITIALIZE_PASS(WebAssemblyCallIndirectFixup, DEBUG_TYPE,
61 return new WebAssemblyCallIndirectFixup(); in createWebAssemblyCallIndirectFixup()
99 bool WebAssemblyCallIndirectFixup::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()