1 //===- WebAssemblyDisassemblerEmitter.h - Disassembler tables ---*- C++ -*-===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file is part of the WebAssembly Disassembler Emitter.
10 // It contains the interface of the disassembler tables.
12 //===----------------------------------------------------------------------===//
14 #ifndef LLVM_UTILS_TABLEGEN_WEBASSEMBLYDISASSEMBLEREMITTER_H
15 #define LLVM_UTILS_TABLEGEN_WEBASSEMBLYDISASSEMBLEREMITTER_H
17 #include "CodeGenInstruction.h"
18 #include "llvm/ADT/ArrayRef.h"
19 #include "llvm/Support/raw_ostream.h"
23 void emitWebAssemblyDisassemblerTables(
25 const ArrayRef
<const CodeGenInstruction
*> &NumberedInstructions
);