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

#include "llvm/Object/COFF.h"

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 189 of file COFF.h.

Member Function Documentation

◆ getHintNameRVA()

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

◆ getOrdinal()

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

◆ isOrdinal()

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

Member Data Documentation

◆ Data

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

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