LLVM: llvm::object::ResourceEntryRef Class Reference (original) (raw)

#include "[llvm/Object/WindowsResource.h](WindowsResource%5F8h%5Fsource.html)"

Public Member Functions
LLVM_ABI Error moveNext (bool &End)
bool checkTypeString () const
ArrayRef< UTF16 > getTypeString () const
uint16_t getTypeID () const
bool checkNameString () const
ArrayRef< UTF16 > getNameString () const
uint16_t getNameID () const
uint16_t getDataVersion () const
uint16_t getLanguage () const
uint16_t getMemoryFlags () const
uint16_t getMajorVersion () const
uint16_t getMinorVersion () const
uint32_t getCharacteristics () const
ArrayRef< uint8_t > getData () const
Friends
class WindowsResource

Definition at line 99 of file WindowsResource.h.

checkNameString()

bool llvm::object::ResourceEntryRef::checkNameString ( ) const inline

checkTypeString()

bool llvm::object::ResourceEntryRef::checkTypeString ( ) const inline

getCharacteristics()

uint32_t llvm::object::ResourceEntryRef::getCharacteristics ( ) const inline

getData()

ArrayRef< uint8_t > llvm::object::ResourceEntryRef::getData ( ) const inline

getDataVersion()

uint16_t llvm::object::ResourceEntryRef::getDataVersion ( ) const inline

getLanguage()

uint16_t llvm::object::ResourceEntryRef::getLanguage ( ) const inline

getMajorVersion()

uint16_t llvm::object::ResourceEntryRef::getMajorVersion ( ) const inline

getMemoryFlags()

uint16_t llvm::object::ResourceEntryRef::getMemoryFlags ( ) const inline

getMinorVersion()

uint16_t llvm::object::ResourceEntryRef::getMinorVersion ( ) const inline

getNameID()

uint16_t llvm::object::ResourceEntryRef::getNameID ( ) const inline

getNameString()

ArrayRef< UTF16 > llvm::object::ResourceEntryRef::getNameString ( ) const inline

getTypeID()

uint16_t llvm::object::ResourceEntryRef::getTypeID ( ) const inline

getTypeString()

ArrayRef< UTF16 > llvm::object::ResourceEntryRef::getTypeString ( ) const inline

moveNext()

Error llvm::object::ResourceEntryRef::moveNext ( bool & End )

WindowsResource


The documentation for this class was generated from the following files: