LLVM 22.0.0git
DXContainer.h File Reference
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
#include "llvm/BinaryFormat/DXContainer.h"
#include "llvm/Object/Error.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/MemoryBufferRef.h"
#include "llvm/TargetParser/Triple.h"
#include <array>
#include <cstddef>
#include <cstdint>
#include <variant>

Go to the source code of this file.

Classes

struct  llvm::object::ViewArray< T >
struct  llvm::object::ViewArray< T >::iterator
struct  llvm::object::DirectX::RootParameterView
struct  llvm::object::DirectX::RootConstantView
struct  llvm::object::DirectX::RootDescriptorView
struct  llvm::object::DirectX::DescriptorTable< T >
struct  llvm::object::DirectX::DescriptorTableView
class  llvm::object::DirectX::RootSignature
class  llvm::object::DirectX::PSVRuntimeInfo
class  llvm::object::DirectX::Signature
class  llvm::object::DXContainer
class  llvm::object::DXContainer::PartIterator
class  llvm::object::DXContainerObjectFile

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::object
namespace  llvm::object::detail
namespace  llvm::object::DirectX

Functions

template<typename T>
std::enable_if_t< std::is_arithmetic< T >::value, void > llvm::object::detail::swapBytes (T &value)
template<typename T>
std::enable_if_t< std::is_class< T >::value, void > llvm::object::detail::swapBytes (T &value)
static Error llvm::object::DirectX::parseFailed (const Twine &Msg)