13adc908bSChris Bieneman //===- lib/MC/MCSectionDXContainer.cpp - DXContainer Section --------------===// 23adc908bSChris Bieneman // 33adc908bSChris Bieneman // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 43adc908bSChris Bieneman // See https://llvm.org/LICENSE.txt for license information. 53adc908bSChris Bieneman // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 63adc908bSChris Bieneman // 73adc908bSChris Bieneman //===----------------------------------------------------------------------===// 83adc908bSChris Bieneman 93adc908bSChris Bieneman #include "llvm/MC/MCSectionDXContainer.h" 103adc908bSChris Bieneman 113adc908bSChris Bieneman using namespace llvm; 123adc908bSChris Bieneman printSwitchToSection(const MCAsmInfo &,const Triple &,raw_ostream &,uint32_t) const133adc908bSChris Bienemanvoid MCSectionDXContainer::printSwitchToSection(const MCAsmInfo &, 143adc908bSChris Bieneman const Triple &, raw_ostream &, 15*95f983f8SFangrui Song uint32_t) const {} 16