Home
last modified time | relevance | path

Searched defs:coff_import_directory_table_entry (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Object/
DCOFF.h531 struct coff_import_directory_table_entry { struct
532 support::ulittle32_t ImportLookupTableRVA;
533 support::ulittle32_t TimeDateStamp;
534 support::ulittle32_t ForwarderChain;
535 support::ulittle32_t NameRVA;
536 support::ulittle32_t ImportAddressTableRVA;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h553 struct coff_import_directory_table_entry { struct
554 support::ulittle32_t ImportLookupTableRVA;
555 support::ulittle32_t TimeDateStamp;
556 support::ulittle32_t ForwarderChain;
557 support::ulittle32_t NameRVA;
558 support::ulittle32_t ImportAddressTableRVA;
560 bool isNull() const { in isNull()