LLVM 23.0.0git
DXContainerInfo.h
Go to the documentation of this file.
1//===----- llvm/MC/DXContainerInfo.h - DXContainer Info ---------*- 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#ifndef LLVM_MC_DXCONTAINERINFO_H
10#define LLVM_MC_DXCONTAINERINFO_H
11
13
14namespace llvm {
15
16class raw_ostream;
17
18namespace mcdxbc {
19
31
32} // namespace mcdxbc
33} // namespace llvm
34
35#endif // LLVM_MC_DXCONTAINERINFO_H
Represent a constant reference to a string, i.e.
Definition StringRef.h:56
This class implements an extremely fast bulk output stream that can only output to a stream.
Definition raw_ostream.h:53
This is an optimization pass for GlobalISel generic memory operations.
dxbc::DebugNameHeader Parameters
void setFilename(StringRef DebugFilename)
void write(raw_ostream &OS) const
DebugName(dxbc::DebugNameHeader &Parameters, StringRef Filename)