LLVM
8.0.1
|
#include "llvm/Object/COFFImportFile.h"
Public Attributes | |
std::string | Name |
std::string | ExtName |
std::string | SymbolName |
std::string | AliasTarget |
uint16_t | Ordinal = 0 |
bool | Noname = false |
bool | Data = false |
bool | Private = false |
bool | Constant = false |
Friends | |
bool | operator== (const COFFShortExport &L, const COFFShortExport &R) |
bool | operator!= (const COFFShortExport &L, const COFFShortExport &R) |
Definition at line 73 of file COFFImportFile.h.
|
friend |
Definition at line 91 of file COFFImportFile.h.
|
friend |
Definition at line 85 of file COFFImportFile.h.
std::string llvm::object::COFFShortExport::AliasTarget |
Definition at line 77 of file COFFImportFile.h.
Referenced by llvm::dlltoolDriverMain().
Definition at line 83 of file COFFImportFile.h.
Definition at line 81 of file COFFImportFile.h.
std::string llvm::object::COFFShortExport::ExtName |
Definition at line 75 of file COFFImportFile.h.
std::string llvm::object::COFFShortExport::Name |
Definition at line 74 of file COFFImportFile.h.
Referenced by llvm::dlltoolDriverMain().
Definition at line 80 of file COFFImportFile.h.
uint16_t llvm::object::COFFShortExport::Ordinal = 0 |
Definition at line 79 of file COFFImportFile.h.
Definition at line 82 of file COFFImportFile.h.
std::string llvm::object::COFFShortExport::SymbolName |
Definition at line 76 of file COFFImportFile.h.
Referenced by llvm::dlltoolDriverMain().