|
LLVM 23.0.0git
|
#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) |
|
static |
Definition at line 26 of file DXContainerInfo.cpp.
References llvm::StringRef::data(), llvm::StringRef::size(), llvm::raw_ostream::write(), and llvm::raw_ostream::write_zeros().
Referenced by llvm::mcdxbc::DebugName::write().
|
static |
Definition at line 18 of file DXContainerInfo.cpp.
References llvm::sys::IsBigEndianHost, and llvm::raw_ostream::write().
Referenced by llvm::mcdxbc::DebugName::write().