LLVM
22.0.0git
lib
MC
MCDXContainerStreamer.cpp
Go to the documentation of this file.
1
//===- lib/MC/MCDXContainerStreamer.cpp - DXContainer Impl ----*- 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
//
9
// This file contains the object streamer for DXContainer files.
10
//
11
//===----------------------------------------------------------------------===//
12
13
#include "
llvm/MC/MCDXContainerStreamer.h
"
14
#include "
llvm/MC/MCAssembler.h
"
15
#include "
llvm/MC/TargetRegistry.h
"
16
17
using namespace
llvm
;
18
19
MCStreamer
*
llvm::createDXContainerStreamer
(
20
MCContext
&Context, std::unique_ptr<MCAsmBackend> &&MAB,
21
std::unique_ptr<MCObjectWriter> &&OW, std::unique_ptr<MCCodeEmitter> &&CE) {
22
auto
*S =
new
MCDXContainerStreamer
(
Context
, std::move(MAB), std::move(OW),
23
std::move(CE));
24
return
S;
25
}
MCAssembler.h
MCDXContainerStreamer.h
Context
@ Context
Definition:
MemProfContextDisambiguation.cpp:124
TargetRegistry.h
llvm::MCContext
Context object for machine code objects.
Definition:
MCContext.h:83
llvm::MCDXContainerStreamer
Definition:
MCDXContainerStreamer.h:28
llvm::MCStreamer
Streaming machine code generation interface.
Definition:
MCStreamer.h:220
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
llvm::createDXContainerStreamer
LLVM_ABI MCStreamer * createDXContainerStreamer(MCContext &Ctx, std::unique_ptr< MCAsmBackend > &&TAB, std::unique_ptr< MCObjectWriter > &&OW, std::unique_ptr< MCCodeEmitter > &&CE)
Definition:
MCDXContainerStreamer.cpp:19
Generated on Sat Aug 30 2025 07:49:20 for LLVM by
1.9.6