LLVM 19.0.0git
SystemZMCAsmInfo.h
Go to the documentation of this file.
1//====-- SystemZMCAsmInfo.h - SystemZ asm properties -----------*- 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#ifndef LLVM_LIB_TARGET_SYSTEMZ_MCTARGETDESC_SYSTEMZMCASMINFO_H
10#define LLVM_LIB_TARGET_SYSTEMZ_MCTARGETDESC_SYSTEMZMCASMINFO_H
11
15
16namespace llvm {
17class Triple;
19
21public:
22 explicit SystemZMCAsmInfoELF(const Triple &TT);
23};
24
26public:
27 explicit SystemZMCAsmInfoGOFF(const Triple &TT);
28 bool isAcceptableChar(char C) const override;
29};
30
31} // end namespace llvm
32
33#endif
This file defines certain target specific asm properties for GOFF (z/OS) based targets.
bool isAcceptableChar(char C) const override
Return true if C is an acceptable character inside a symbol name.
Triple - Helper class for working with autoconf configuration names.
Definition: Triple.h:44
@ C
The default llvm calling convention, compatible with C.
Definition: CallingConv.h:34
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18