LLVM
22.0.0git
lib
Target
AArch64
MCTargetDesc
AArch64MCExpr.cpp
Go to the documentation of this file.
1
//===-- AArch64MCExpr.cpp - AArch64 specific MC expression classes --------===//
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
#include "
AArch64MCAsmInfo.h
"
10
#include "
llvm/MC/MCContext.h
"
11
#include "
llvm/MC/MCStreamer.h
"
12
13
using namespace
llvm
;
14
15
const
AArch64AuthMCExpr
*
AArch64AuthMCExpr::create
(
const
MCExpr
*Expr,
16
uint16_t
Discriminator,
17
AArch64PACKey::ID
Key,
18
bool
HasAddressDiversity,
19
MCContext
&Ctx,
SMLoc
Loc) {
20
return
new
(Ctx)
21
AArch64AuthMCExpr
(
Expr
, Discriminator, Key, HasAddressDiversity, Loc);
22
}
AArch64MCAsmInfo.h
MCContext.h
MCStreamer.h
llvm::AArch64AuthMCExpr
Definition:
AArch64MCAsmInfo.h:197
llvm::AArch64AuthMCExpr::create
static const AArch64AuthMCExpr * create(const MCExpr *Expr, uint16_t Discriminator, AArch64PACKey::ID Key, bool HasAddressDiversity, MCContext &Ctx, SMLoc Loc=SMLoc())
Definition:
AArch64MCExpr.cpp:15
llvm::MCContext
Context object for machine code objects.
Definition:
MCContext.h:83
llvm::MCExpr
Base class for the full range of assembler expressions which are needed for parsing.
Definition:
MCExpr.h:34
llvm::MCSpecifierExpr::Expr
const MCExpr * Expr
Definition:
MCExpr.h:497
llvm::SMLoc
Represents a location in source code.
Definition:
SMLoc.h:23
uint16_t
llvm::AArch64PACKey::ID
ID
Definition:
AArch64BaseInfo.h:894
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
Generated on Tue Sep 2 2025 04:01:22 for LLVM by
1.9.6