LLVM 20.0.0git
|
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/BinaryFormat/DXContainer.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/MemoryBufferRef.h"
#include "llvm/TargetParser/Triple.h"
#include <array>
#include <variant>
Go to the source code of this file.
Classes | |
struct | llvm::object::ViewArray< T > |
struct | llvm::object::ViewArray< T >::iterator |
class | llvm::object::DirectX::PSVRuntimeInfo |
class | llvm::object::DirectX::Signature |
class | llvm::object::DXContainer |
class | llvm::object::DXContainer::PartIterator |
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) |