LLVM: llvm::object::import_lookup_table_entry< IntTy > Struct Template Reference (original) (raw)

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

Inheritance diagram for llvm::object::import_lookup_table_entry< IntTy >:

[legend]

Public Member Functions
bool isOrdinal () const
uint16_t getOrdinal () const
uint32_t getHintNameRVA () const
Public Attributes
IntTy Data

Detailed Description

template
struct llvm::object::import_lookup_table_entry< IntTy >

Definition at line 194 of file COFF.h.

Member Function Documentation

getHintNameRVA()

template

uint32_t llvm::object::import_lookup_table_entry< IntTy >::getHintNameRVA ( ) const inline

Definition at line 204 of file COFF.h.

getOrdinal()

template

uint16_t llvm::object::import_lookup_table_entry< IntTy >::getOrdinal ( ) const inline

Definition at line 199 of file COFF.h.

isOrdinal()

template

bool llvm::object::import_lookup_table_entry< IntTy >::isOrdinal ( ) const inline

Definition at line 197 of file COFF.h.

Referenced by llvm::object::import_lookup_table_entry< support::little32_t >::getHintNameRVA(), and llvm::object::import_lookup_table_entry< support::little32_t >::getOrdinal().

Member Data Documentation

Data

template

IntTy llvm::object::import_lookup_table_entry< IntTy >::Data

Definition at line 195 of file COFF.h.


The documentation for this struct was generated from the following file: