LLVM 20.0.0git
|
This file declares classes for handling the YAML representation of DXContainer. More...
#include "llvm/ADT/StringRef.h"
#include "llvm/BinaryFormat/DXContainer.h"
#include "llvm/ObjectYAML/YAML.h"
#include "llvm/Support/YAMLTraits.h"
#include <array>
#include <cstdint>
#include <optional>
#include <string>
#include <vector>
#include "llvm/BinaryFormat/DXContainerConstants.def"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::DXContainerYAML |
namespace | llvm::yaml |
Macros | |
#define | SHADER_FEATURE_FLAG(Num, DxilModuleNum, Val, Str) bool Val = false; |
Typedefs | |
using | llvm::DXContainerYAML::ResourceBindInfo = dxbc::PSV::v2::ResourceBindInfo |
This file declares classes for handling the YAML representation of DXContainer.
Definition in file DXContainerYAML.h.
#define SHADER_FEATURE_FLAG | ( | Num, | |
DxilModuleNum, | |||
Val, | |||
Str | |||
) | bool Val = false; |
Definition at line 59 of file DXContainerYAML.h.