xref: /freebsd/contrib/llvm-project/llvm/lib/MC/MCSectionDXContainer.cpp (revision 0fca6ea1d4eea4c934cfff25ac9ee8ad6fe95583)
181ad6265SDimitry Andric //===- lib/MC/MCSectionDXContainer.cpp - DXContainer Section --------------===//
281ad6265SDimitry Andric //
381ad6265SDimitry Andric // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
481ad6265SDimitry Andric // See https://llvm.org/LICENSE.txt for license information.
581ad6265SDimitry Andric // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
681ad6265SDimitry Andric //
781ad6265SDimitry Andric //===----------------------------------------------------------------------===//
881ad6265SDimitry Andric 
981ad6265SDimitry Andric #include "llvm/MC/MCSectionDXContainer.h"
1081ad6265SDimitry Andric 
1181ad6265SDimitry Andric using namespace llvm;
1281ad6265SDimitry Andric 
printSwitchToSection(const MCAsmInfo &,const Triple &,raw_ostream &,uint32_t) const1381ad6265SDimitry Andric void MCSectionDXContainer::printSwitchToSection(const MCAsmInfo &,
1481ad6265SDimitry Andric                                                 const Triple &, raw_ostream &,
15*0fca6ea1SDimitry Andric                                                 uint32_t) const {}
16