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