|
LLVM 23.0.0git
|
Namespaces | |
| namespace | Args |
| namespace | Contents |
| namespace | Names |
Classes | |
| struct | Header |
| struct | SectionHeader |
Enumerations | |
| enum class | SectionType : uint16_t |
Functions | |
| LLVM_ABI ArrayRef< EnumEntry< SectionType > > | getSectionTypes () |
| LLVM_ABI bool | isValidSectionType (uint16_t V) |
| LLVM_ABI StringRef | getSectionName (SectionType Type) |
|
strong |
Definition at line 877 of file DXContainer.h.
| StringRef llvm::dxbc::SourceInfo::getSectionName | ( | SourceInfo::SectionType | Type | ) |
Definition at line 328 of file DXContainer.cpp.
References getSectionName(), getSectionTypes(), isValidSectionType(), and llvm::to_underlying().
Referenced by getSectionName().
| ArrayRef< EnumEntry< SourceInfo::SectionType > > llvm::dxbc::SourceInfo::getSectionTypes | ( | ) |
Definition at line 324 of file DXContainer.cpp.
References llvm::ArrayRef(), getSectionTypes(), and llvm::dwarf_linker::SectionNames.
Referenced by getSectionName(), and getSectionTypes().
Definition at line 119 of file DXContainer.cpp.
References isValidEnumValue(), and isValidSectionType().
Referenced by getSectionName(), and isValidSectionType().