LLVM 23.0.0git
llvm::dxbc::SourceInfo Namespace Reference

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)

Enumeration Type Documentation

◆ SectionType

Definition at line 877 of file DXContainer.h.

Function Documentation

◆ getSectionName()

StringRef llvm::dxbc::SourceInfo::getSectionName ( SourceInfo::SectionType Type)

◆ getSectionTypes()

ArrayRef< EnumEntry< SourceInfo::SectionType > > llvm::dxbc::SourceInfo::getSectionTypes ( )

◆ isValidSectionType()

bool llvm::dxbc::SourceInfo::isValidSectionType ( uint16_t V)

Definition at line 119 of file DXContainer.cpp.

References isValidEnumValue(), and isValidSectionType().

Referenced by getSectionName(), and isValidSectionType().