LLVM 22.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
This file contains constants used for implementing Dwarf debug support.
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:83
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.
@ DW_EH_PE_pcrel
Definition Dwarf.h:865
@ DW_EH_PE_sdata4
Definition Dwarf.h:862
@ DW_EH_PE_indirect
Definition Dwarf.h:870
This is an optimization pass for GlobalISel generic memory operations.