LLVM 22.0.0git
llvm::object::import_lookup_table_entry< IntTy > Struct Template Reference

#include "llvm/Object/COFF.h"

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<typename IntTy>
struct llvm::object::import_lookup_table_entry< IntTy >

Definition at line 194 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 204 of file COFF.h.

◆ getOrdinal()

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

Definition at line 199 of file COFF.h.

◆ isOrdinal()

Member Data Documentation

◆ Data

template<typename IntTy>
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: