LLVM 23.0.0git
DXContainerInfo.cpp File Reference
#include "llvm/MC/DXContainerInfo.h"
#include "llvm/BinaryFormat/DXContainer.h"
#include "llvm/Support/SwapByteOrder.h"
#include <type_traits>

Go to the source code of this file.

Functions

template<typename StructT>
static void writeStruct (raw_ostream &OS, StructT S)
static void writeString (raw_ostream &OS, StringRef S)

Function Documentation

◆ writeString()

◆ writeStruct()

template<typename StructT>
void writeStruct ( raw_ostream & OS,
StructT S )
static