//===-- SystemZMCObjectWriter.cpp - SystemZ ELF writer --------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
using namespace llvm;
// end anonymous namespace
:
// Return the relocation type for an absolute value of MCFixupKind Kind.
static unsigned
// Return the relocation type for a PC-relative value of MCFixupKind Kind.
static unsigned
// Return the R_390_TLS_LE* relocation type for MCFixupKind Kind.
static unsigned
// Return the R_390_TLS_LDO* relocation type for MCFixupKind Kind.
static unsigned
// Return the R_390_TLS_LDM* relocation type for MCFixupKind Kind.
static unsigned
// Return the R_390_TLS_GD* relocation type for MCFixupKind Kind.
static unsigned
// Return the PLT relocation counterpart of MCFixupKind Kind.
static unsigned
unsigned
std::unique_ptr<MCObjectTargetWriter>