LLVM 19.0.0git
AArch64MCAsmInfo.h
Go to the documentation of this file.
1//=====-- AArch64MCAsmInfo.h - AArch64 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// This file contains the declaration of the AArch64MCAsmInfo class.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef LLVM_LIB_TARGET_AARCH64_MCTARGETDESC_AARCH64MCASMINFO_H
14#define LLVM_LIB_TARGET_AARCH64_MCTARGETDESC_AARCH64MCASMINFO_H
15
19
20namespace llvm {
21class MCStreamer;
22class Triple;
23
25 explicit AArch64MCAsmInfoDarwin(bool IsILP32);
26 const MCExpr *
27 getExprForPersonalitySymbol(const MCSymbol *Sym, unsigned Encoding,
28 MCStreamer &Streamer) const override;
29};
30
32 explicit AArch64MCAsmInfoELF(const Triple &T);
33};
34
37};
38
40 explicit AArch64MCAsmInfoGNUCOFF();
41};
42
43} // namespace llvm
44
45#endif
Symbol * Sym
Definition: ELF_riscv.cpp:479
Base class for the full range of assembler expressions which are needed for parsing.
Definition: MCExpr.h:35
Streaming machine code generation interface.
Definition: MCStreamer.h:212
MCSymbol - Instances of this class represent a symbol name in the MC file, and MCSymbols are created ...
Definition: MCSymbol.h:40
Triple - Helper class for working with autoconf configuration names.
Definition: Triple.h:44
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18
const MCExpr * getExprForPersonalitySymbol(const MCSymbol *Sym, unsigned Encoding, MCStreamer &Streamer) const override