1 //===-- AArch64WinCOFFStreamer.h - WinCOFF Streamer for AArch64 -*- C++ -*-===//
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
7 //===----------------------------------------------------------------------===//
9 // This file implements WinCOFF streamer information for the AArch64 backend.
11 //===----------------------------------------------------------------------===//
13 #ifndef LLVM_LIB_TARGET_AARCH64_MCTARGETDESC_AARCH64WINCOFFSTREAMER_H
14 #define LLVM_LIB_TARGET_AARCH64_MCTARGETDESC_AARCH64WINCOFFSTREAMER_H
16 #include "AArch64TargetStreamer.h"
17 #include "llvm/MC/MCWinCOFFStreamer.h"
21 MCWinCOFFStreamer
*createAArch64WinCOFFStreamer(
22 MCContext
&Context
, std::unique_ptr
<MCAsmBackend
> TAB
,
23 std::unique_ptr
<MCObjectWriter
> OW
, std::unique_ptr
<MCCodeEmitter
> Emitter
,
24 bool RelaxAll
, bool IncrementalLinkerCompatible
);
25 } // end llvm namespace