LLVM 22.0.0git
|
#include "llvm/MC/DXContainerRootSignature.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/EndianStream.h"
Go to the source code of this file.
Functions | |
static uint32_t | writePlaceholder (raw_svector_ostream &Stream) |
static uint32_t | rewriteOffsetToCurrentByte (raw_svector_ostream &Stream, uint32_t Offset) |
|
static |
Definition at line 23 of file DXContainerRootSignature.cpp.
References llvm::support::endian::byte_swap(), llvm::Offset, llvm::raw_pwrite_stream::pwrite(), and llvm::raw_ostream::tell().
Referenced by llvm::mcdxbc::RootSignatureDesc::write().
|
static |
Definition at line 16 of file DXContainerRootSignature.cpp.
References llvm::little, llvm::Offset, llvm::raw_ostream::tell(), and llvm::support::endian::write().
Referenced by llvm::mcdxbc::RootSignatureDesc::write().