|
LLVM 23.0.0git
|
#include "llvm/MC/DXContainerInfo.h"
Public Member Functions | |
| Header () | |
| Header (const dxbc::SourceInfo::Names::HeaderOnDisk &H) | |
| void | swapBytes () |
Public Attributes | |
| uint32_t | Flags |
| uint32_t | Count |
| uint16_t | EntriesSizeInBytes |
Definition at line 76 of file DXContainerInfo.h.
|
inline |
Definition at line 81 of file DXContainerInfo.h.
| SourceInfo::SourceNames::Header::Header | ( | const dxbc::SourceInfo::Names::HeaderOnDisk & | H | ) |
Definition at line 148 of file DXContainerInfo.cpp.
References Count, EntriesSizeInBytes, Flags, H, llvm::support::endian::read16le(), and llvm::support::endian::read32le().
|
inline |
Definition at line 84 of file DXContainerInfo.h.
References Count, EntriesSizeInBytes, Flags, and llvm::sys::swapByteOrder().
Referenced by parseNames().
| uint32_t llvm::mcdxbc::SourceInfo::SourceNames::Header::Count |
Definition at line 78 of file DXContainerInfo.h.
Referenced by Header(), parseNames(), swapBytes(), and llvm::mcdxbc::SourceInfoBuilder::write().
| uint16_t llvm::mcdxbc::SourceInfo::SourceNames::Header::EntriesSizeInBytes |
Definition at line 79 of file DXContainerInfo.h.
Referenced by Header(), parseNames(), swapBytes(), and llvm::mcdxbc::SourceInfoBuilder::write().
| uint32_t llvm::mcdxbc::SourceInfo::SourceNames::Header::Flags |
Definition at line 77 of file DXContainerInfo.h.
Referenced by Header(), parseNames(), swapBytes(), and llvm::mcdxbc::SourceInfoBuilder::write().