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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCallIndirectFixup.cpp1 //===-- WebAssemblyCallIndirectFixup.cpp - Fix call_indirects -------------===//
42 class WebAssemblyCallIndirectFixup final : public MachineFunctionPass {
51 WebAssemblyCallIndirectFixup() : MachineFunctionPass(ID) {} function in class:__anon2876::final
55 char WebAssemblyCallIndirectFixup::ID = 0;
56 INITIALIZE_PASS(WebAssemblyCallIndirectFixup, DEBUG_TYPE,
60 return new WebAssemblyCallIndirectFixup();
102 bool WebAssemblyCallIndirectFixup::runOnMachineFunction(MachineFunction &MF) {

Completed in 55 milliseconds