LLVM 19.0.0git
CSKYTargetObjectFile.cpp
Go to the documentation of this file.
1//===-- CSKYTargetObjectFile.h - CSKY Object Info -*- 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
10#include "CSKYTargetMachine.h"
13
14using namespace llvm;
15
17 const TargetMachine &TM) {
19
25}
This file contains constants used for implementing Dwarf debug support.
const char LLVMTargetMachineRef TM
void Initialize(MCContext &Ctx, const TargetMachine &TM) override
This method must be called before any actual lowering is done.
Context object for machine code objects.
Definition: MCContext.h:81
void Initialize(MCContext &Ctx, const TargetMachine &TM) override
This method must be called before any actual lowering is done.
unsigned PersonalityEncoding
PersonalityEncoding, LSDAEncoding, TTypeEncoding - Some encoding values for EH.
Primary interface to the complete machine description for the target machine.
Definition: TargetMachine.h:76
@ DW_EH_PE_pcrel
Definition: Dwarf.h:534
@ DW_EH_PE_sdata4
Definition: Dwarf.h:531
@ DW_EH_PE_indirect
Definition: Dwarf.h:539
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18