LLVM: lib/MC/MCSPIRVStreamer.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 std::unique_ptr &&MAB,
21 std::unique_ptr &&OW,
22 std::unique_ptr &&CE) {
24 std::move(OW), std::move(CE));
25 return S;
26}
Context object for machine code objects.
Streaming machine code generation interface.
This is an optimization pass for GlobalISel generic memory operations.
LLVM_ABI MCStreamer * createSPIRVStreamer(MCContext &Ctx, std::unique_ptr< MCAsmBackend > &&TAB, std::unique_ptr< MCObjectWriter > &&OW, std::unique_ptr< MCCodeEmitter > &&CE)
Definition MCSPIRVStreamer.cpp:19