|
LLVM 23.0.0git
|
#include "llvm/MC/DXContainerInfo.h"
Public Types | |
| using | Entry = std::pair<StringRef, StringRef> |
Public Member Functions | |
| void | compute () |
| Compute Parameters based on Args. | |
| Public Member Functions inherited from llvm::mcdxbc::SourceInfo::Section | |
| void | computeGenericHeader (uint32_t ContentSize, dxbc::SourceInfo::SectionType Type) |
Public Attributes | |
| dxbc::SourceInfo::Args::Header | Parameters |
| SmallVector< Entry > | Args |
| Public Attributes inherited from llvm::mcdxbc::SourceInfo::Section | |
| dxbc::SourceInfo::SectionHeader | GenericHeader |
Definition at line 106 of file DXContainerInfo.h.
| using llvm::mcdxbc::SourceInfo::ProgramArgs::Entry = std::pair<StringRef, StringRef> |
Definition at line 107 of file DXContainerInfo.h.
| void SourceInfo::ProgramArgs::compute | ( | ) |
Compute Parameters based on Args.
Definition at line 170 of file DXContainerInfo.cpp.
References Args, llvm::mcdxbc::SourceInfo::Section::computeGenericHeader(), and Parameters.
| SmallVector<Entry> llvm::mcdxbc::SourceInfo::ProgramArgs::Args |
Definition at line 110 of file DXContainerInfo.h.
Referenced by compute().
| dxbc::SourceInfo::Args::Header llvm::mcdxbc::SourceInfo::ProgramArgs::Parameters |
Definition at line 109 of file DXContainerInfo.h.
Referenced by compute().