1*81ad6265SDimitry Andric //===- lib/MC/MCSectionDXContainer.cpp - DXContainer Section --------------===// 2*81ad6265SDimitry Andric // 3*81ad6265SDimitry Andric // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4*81ad6265SDimitry Andric // See https://llvm.org/LICENSE.txt for license information. 5*81ad6265SDimitry Andric // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6*81ad6265SDimitry Andric // 7*81ad6265SDimitry Andric //===----------------------------------------------------------------------===// 8*81ad6265SDimitry Andric 9*81ad6265SDimitry Andric #include "llvm/MC/MCSectionDXContainer.h" 10*81ad6265SDimitry Andric 11*81ad6265SDimitry Andric using namespace llvm; 12*81ad6265SDimitry Andric 13*81ad6265SDimitry Andric void MCSectionDXContainer::printSwitchToSection(const MCAsmInfo &, 14*81ad6265SDimitry Andric const Triple &, raw_ostream &, 15*81ad6265SDimitry Andric const MCExpr *) const {} 16