LLVM 22.0.0git
|
#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.
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) |