LLVM 20.0.0git
|
#include "llvm/Object/COFF.h"
Public Member Functions | |
bool | isNull () const |
|
inline |
Definition at line 566 of file COFF.h.
References ForwarderChain, ImportAddressTableRVA, ImportLookupTableRVA, NameRVA, and TimeDateStamp.
Referenced by llvm::object::COFFObjectFile::import_directory_begin().
support::ulittle32_t llvm::object::coff_import_directory_table_entry::ForwarderChain |
support::ulittle32_t llvm::object::coff_import_directory_table_entry::ImportAddressTableRVA |
Definition at line 564 of file COFF.h.
Referenced by llvm::object::ImportDirectoryEntryRef::getImportAddressTableRVA(), and isNull().
support::ulittle32_t llvm::object::coff_import_directory_table_entry::ImportLookupTableRVA |
Definition at line 560 of file COFF.h.
Referenced by llvm::object::ImportDirectoryEntryRef::getImportLookupTableRVA(), and isNull().
support::ulittle32_t llvm::object::coff_import_directory_table_entry::NameRVA |
Definition at line 563 of file COFF.h.
Referenced by llvm::object::ImportDirectoryEntryRef::getName(), and isNull().
support::ulittle32_t llvm::object::coff_import_directory_table_entry::TimeDateStamp |