LLVM 19.0.0git
SystemZTargetObjectFile.cpp
Go to the documentation of this file.
1//===-- SystemZTargetObjectFile.cpp - SystemZ Object Info -----------------===//
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#include "llvm/MC/MCExpr.h"
11#include "llvm/MC/MCValue.h"
13
14using namespace llvm;
15
17 const MCSymbol *Sym) const {
19}
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
MCContext & getContext() const
static const MCSymbolRefExpr * create(const MCSymbol *Symbol, MCContext &Ctx)
Definition: MCExpr.h:397
MCSymbol - Instances of this class represent a symbol name in the MC file, and MCSymbols are created ...
Definition: MCSymbol.h:40
const MCExpr * getDebugThreadLocalSymbol(const MCSymbol *Sym) const override
Describe a TLS variable address within debug info.
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18