LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::object::import_lookup_table_entry< IntTy > Struct Template Reference

#include "llvm/Object/COFF.h"

Collaboration diagram for llvm::object::import_lookup_table_entry< IntTy >:
Collaboration graph
[legend]

Public Member Functions

bool isOrdinal () const
 
uint16_t getOrdinal () const
 
uint32_t getHintNameRVA () const
 

Public Attributes

IntTy Data
 

Detailed Description

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

Definition at line 190 of file COFF.h.

Member Function Documentation

◆ getHintNameRVA()

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

Definition at line 200 of file COFF.h.

References assert().

◆ getOrdinal()

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

Definition at line 195 of file COFF.h.

References assert().

◆ isOrdinal()

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

Definition at line 193 of file COFF.h.

Member Data Documentation

◆ Data

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

Definition at line 191 of file COFF.h.


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