LLVM 20.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 158 of file XCOFFObjectFile.h.
StringRef llvm::object::XCOFFSectionHeader< T >::getName |
Definition at line 57 of file XCOFFObjectFile.cpp.
References llvm::object::generateXCOFFFixedNameStringRef().
uint32_t llvm::object::XCOFFSectionHeader< T >::getSectionSubtype |
Definition at line 68 of file XCOFFObjectFile.cpp.
uint16_t llvm::object::XCOFFSectionHeader< T >::getSectionType |
Definition at line 62 of file XCOFFObjectFile.cpp.
bool llvm::object::XCOFFSectionHeader< T >::isReservedSectionType |
Definition at line 74 of file XCOFFObjectFile.cpp.
|
staticconstexpr |
Definition at line 161 of file XCOFFObjectFile.h.
|
staticconstexpr |
Definition at line 166 of file XCOFFObjectFile.h.