LLVM 19.0.0git
MCSectionDXContainer.cpp
Go to the documentation of this file.
1//===- lib/MC/MCSectionDXContainer.cpp - DXContainer Section --------------===//
2//
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
6//
7//===----------------------------------------------------------------------===//
8
10
11using namespace llvm;
12
14 const Triple &, raw_ostream &,
15 const MCExpr *) const {}
This class is intended to be used as a base class for asm properties and features specific to the tar...
Definition: MCAsmInfo.h:56
Base class for the full range of assembler expressions which are needed for parsing.
Definition: MCExpr.h:35
void printSwitchToSection(const MCAsmInfo &, const Triple &, raw_ostream &, const MCExpr *) const override
Triple - Helper class for working with autoconf configuration names.
Definition: Triple.h:44
This class implements an extremely fast bulk output stream that can only output to a stream.
Definition: raw_ostream.h:52
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18