LLVM 22.0.0git
MCAsmInfoGOFF.h
Go to the documentation of this file.
1//===- MCAsmInfoGOFF.h - GOFF Asm Info Fields -------------------*- C++ -*-===//
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///
9/// \file
10/// This file defines certain target specific asm properties for GOFF (z/OS)
11/// based targets.
12///
13//===----------------------------------------------------------------------===//
14
15#ifndef LLVM_MC_MCASMINFOGOFF_H
16#define LLVM_MC_MCASMINFOGOFF_H
17
18#include "llvm/MC/MCAsmInfo.h"
19
20namespace llvm {
21class MCAsmInfoGOFF : public MCAsmInfo {
22 void printSwitchToSection(const MCSection &, uint32_t, const Triple &,
23 raw_ostream &) const final;
24
25protected:
27};
28} // end namespace llvm
29
30#endif // LLVM_MC_MCASMINFOGOFF_H
Instances of this class represent a uniqued identifier for a section in the current translation unit.
Definition MCSection.h:496
Triple - Helper class for working with autoconf configuration names.
Definition Triple.h:47
This class implements an extremely fast bulk output stream that can only output to a stream.
Definition raw_ostream.h:53
This is an optimization pass for GlobalISel generic memory operations.