1 //===- X86ModRMFilters.cpp - Disassembler ModR/M filterss -------*- 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 #include "X86ModRMFilters.h"
11 using namespace llvm::X86Disassembler
;
13 void ModRMFilter::anchor() {}
15 void DumbFilter::anchor() {}
17 void ModFilter::anchor() {}
19 void ExtendedFilter::anchor() {}
21 void ExtendedRMFilter::anchor() {}
23 void ExactFilter::anchor() {}