LLVM: lib/MC/MCDXContainerStreamer.cpp Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12
16
17using namespace llvm;
18
20 MCContext &Context, std::unique_ptr &&MAB,
21 std::unique_ptr &&OW, std::unique_ptr &&CE) {
23 std::move(CE));
24 return S;
25}
Context object for machine code objects.
Streaming machine code generation interface.
This is an optimization pass for GlobalISel generic memory operations.
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