LLVM  8.0.1
AArch64WinCOFFStreamer.h
Go to the documentation of this file.
1 //===-- AArch64WinCOFFStreamer.h - WinCOFF Streamer for AArch64 -*- C++ -*-===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // This file implements WinCOFF streamer information for the AArch64 backend.
11 //
12 //===----------------------------------------------------------------------===//
13 
14 #ifndef LLVM_LIB_TARGET_AARCH64_MCTARGETDESC_AARCH64WINCOFFSTREAMER_H
15 #define LLVM_LIB_TARGET_AARCH64_MCTARGETDESC_AARCH64WINCOFFSTREAMER_H
16 
17 #include "AArch64TargetStreamer.h"
19 
20 namespace llvm {
21 
22 MCWinCOFFStreamer *createAArch64WinCOFFStreamer(
23  MCContext &Context, std::unique_ptr<MCAsmBackend> TAB,
24  std::unique_ptr<MCObjectWriter> OW, std::unique_ptr<MCCodeEmitter> Emitter,
25  bool RelaxAll, bool IncrementalLinkerCompatible);
26 } // end llvm namespace
27 
28 #endif
LLVMContext & Context
This class represents lattice values for constants.
Definition: AllocatorList.h:24
MCWinCOFFStreamer * createAArch64WinCOFFStreamer(MCContext &Context, std::unique_ptr< MCAsmBackend > MAB, std::unique_ptr< MCObjectWriter > OW, std::unique_ptr< MCCodeEmitter > Emitter, bool RelaxAll, bool IncrementalLinkerCompatible)