LLVM: llvm::object::DelayImportDirectoryEntryRef Class Reference (original) (raw)
#include "[llvm/Object/COFF.h](Object%5F2COFF%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| DelayImportDirectoryEntryRef ()=default | |
| DelayImportDirectoryEntryRef (const delay_import_directory_table_entry *T, uint32_t I, const COFFObjectFile *Owner) | |
| LLVM_ABI bool | operator== (const DelayImportDirectoryEntryRef &Other) const |
| LLVM_ABI void | moveNext () |
| LLVM_ABI imported_symbol_iterator | imported_symbol_begin () const |
| LLVM_ABI imported_symbol_iterator | imported_symbol_end () const |
| LLVM_ABI iterator_range< imported_symbol_iterator > | imported_symbols () const |
| LLVM_ABI Error | getName (StringRef &Result) const |
| LLVM_ABI Error | getDelayImportTable (const delay_import_directory_table_entry *&Result) const |
| LLVM_ABI Error | getImportAddress (int AddrIndex, uint64_t &Result) const |
Definition at line 1263 of file COFF.h.
| llvm::object::DelayImportDirectoryEntryRef::DelayImportDirectoryEntryRef ( ) | default |
|---|
◆ DelayImportDirectoryEntryRef() [2/2]
◆ getDelayImportTable()
◆ getImportAddress()
| Error DelayImportDirectoryEntryRef::getImportAddress | ( | int | AddrIndex, |
|---|---|---|---|
| uint64_t & | Result ) const |
◆ getName()
| Error DelayImportDirectoryEntryRef::getName | ( | StringRef & | Result | ) | const |
|---|
◆ imported_symbol_begin()
◆ imported_symbol_end()
◆ imported_symbols()
◆ moveNext()
| void DelayImportDirectoryEntryRef::moveNext | ( | ) |
|---|
◆ operator==()
The documentation for this class was generated from the following files:
- include/llvm/Object/COFF.h
- lib/Object/COFFObjectFile.cpp