LLVM 22.0.0git
|
#include "llvm/Object/XCOFFObjectFile.h"
Public Member Functions | |
StringRef | getName () const |
uint16_t | getSectionType () const |
uint32_t | getSectionSubtype () const |
bool | isReservedSectionType () const |
Static Public Attributes | |
static constexpr unsigned | SectionFlagsReservedMask = 0x7 |
static constexpr unsigned | SectionFlagsTypeMask = 0xffffu |
Definition at line 159 of file XCOFFObjectFile.h.
StringRef llvm::object::XCOFFSectionHeader< T >::getName | ( | ) | const |
Definition at line 58 of file XCOFFObjectFile.cpp.
References llvm::object::generateXCOFFFixedNameStringRef(), and T.
uint32_t llvm::object::XCOFFSectionHeader< T >::getSectionSubtype | ( | ) | const |
Definition at line 69 of file XCOFFObjectFile.cpp.
References SectionFlagsTypeMask, and T.
uint16_t llvm::object::XCOFFSectionHeader< T >::getSectionType | ( | ) | const |
Definition at line 63 of file XCOFFObjectFile.cpp.
References SectionFlagsTypeMask, and T.
Referenced by isReservedSectionType().
bool llvm::object::XCOFFSectionHeader< T >::isReservedSectionType | ( | ) | const |
Definition at line 75 of file XCOFFObjectFile.cpp.
References getSectionType(), and SectionFlagsReservedMask.
|
staticconstexpr |
Definition at line 162 of file XCOFFObjectFile.h.
Referenced by isReservedSectionType().
|
staticconstexpr |
Definition at line 167 of file XCOFFObjectFile.h.
Referenced by getSectionSubtype(), and getSectionType().