#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"
namespace llvm {
static constexpr int WebAssemblyInstructionTableSize = …;
enum EntryType : uint8_t { … };
struct WebAssemblyInstruction { … };
WebAssemblyInstruction InstructionTable0[] = …;
WebAssemblyInstruction InstructionTable208[] = …;
WebAssemblyInstruction InstructionTable252[] = …;
WebAssemblyInstruction InstructionTable253[] = …;
WebAssemblyInstruction InstructionTable254[] = …;
const uint8_t OperandTable[] = …;
struct { … }
PrefixTable[] = …;
}