LLVM
22.0.0git
lib
MC
MCELFObjectTargetWriter.cpp
Go to the documentation of this file.
1
//===-- MCELFObjectTargetWriter.cpp - ELF Target Writer Subclass ----------===//
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 "
llvm/MC/MCELFObjectWriter.h
"
10
11
using namespace
llvm
;
12
13
MCELFObjectTargetWriter::MCELFObjectTargetWriter
(
bool
Is64Bit_,
uint8_t
OSABI_,
14
uint16_t
EMachine_,
15
bool
HasRelocationAddend_,
16
uint8_t
ABIVersion_)
17
: OSABI(OSABI_), ABIVersion(ABIVersion_), EMachine(EMachine_),
18
HasRelocationAddend(HasRelocationAddend_), Is64Bit(Is64Bit_) {}
19
20
void
MCELFObjectTargetWriter::sortRelocs
(
21
std::vector<ELFRelocationEntry> &Relocs) {}
MCELFObjectWriter.h
llvm::MCELFObjectTargetWriter::sortRelocs
virtual void sortRelocs(std::vector< ELFRelocationEntry > &Relocs)
Definition
MCELFObjectTargetWriter.cpp:20
llvm::MCELFObjectTargetWriter::MCELFObjectTargetWriter
MCELFObjectTargetWriter(bool Is64Bit_, uint8_t OSABI_, uint16_t EMachine_, bool HasRelocationAddend_, uint8_t ABIVersion_=0)
Definition
MCELFObjectTargetWriter.cpp:13
uint16_t
uint8_t
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition
AddressRanges.h:18
Generated on
for LLVM by
1.14.0