LLVM
22.0.0git
include
llvm
ObjCopy
DXContainer
DXContainerConfig.h
Go to the documentation of this file.
1
//===- DXContainerConfig.h --------------------------------------*- 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_OBJCOPY_DXCONTAINER_DXCONTAINERCONFIG_H
10
#define LLVM_OBJCOPY_DXCONTAINER_DXCONTAINERCONFIG_H
11
12
namespace
llvm
{
13
namespace
objcopy
{
14
15
// DXContainer specific configuration for copying/stripping a single file. This
16
// is defined, following convention elsewhere, as the return type of
17
// `getDXContainerConfig`, which reports an error for an unsupported option.
18
struct
DXContainerConfig
{};
19
20
}
// namespace objcopy
21
}
// namespace llvm
22
23
#endif
// LLVM_OBJCOPY_DXCONTAINER_DXCONTAINERCONFIG_H
llvm::objcopy
Definition
COFFConfig.h:15
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition
AddressRanges.h:18
llvm::objcopy::DXContainerConfig
Definition
DXContainerConfig.h:18
Generated on
for LLVM by
1.14.0