LLVM  8.0.1
Public Attributes | Friends | List of all members
llvm::object::COFFShortExport Struct Reference

#include "llvm/Object/COFFImportFile.h"

Collaboration diagram for llvm::object::COFFShortExport:
Collaboration graph
[legend]

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)
 

Detailed Description

Definition at line 73 of file COFFImportFile.h.

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( const COFFShortExport L,
const COFFShortExport R 
)
friend

Definition at line 91 of file COFFImportFile.h.

◆ operator==

bool operator== ( const COFFShortExport L,
const COFFShortExport R 
)
friend

Definition at line 85 of file COFFImportFile.h.

Member Data Documentation

◆ AliasTarget

std::string llvm::object::COFFShortExport::AliasTarget

Definition at line 77 of file COFFImportFile.h.

Referenced by llvm::dlltoolDriverMain().

◆ Constant

bool llvm::object::COFFShortExport::Constant = false

Definition at line 83 of file COFFImportFile.h.

◆ Data

bool llvm::object::COFFShortExport::Data = false

Definition at line 81 of file COFFImportFile.h.

◆ ExtName

std::string llvm::object::COFFShortExport::ExtName

Definition at line 75 of file COFFImportFile.h.

◆ Name

std::string llvm::object::COFFShortExport::Name

Definition at line 74 of file COFFImportFile.h.

Referenced by llvm::dlltoolDriverMain().

◆ Noname

bool llvm::object::COFFShortExport::Noname = false

Definition at line 80 of file COFFImportFile.h.

◆ Ordinal

uint16_t llvm::object::COFFShortExport::Ordinal = 0

Definition at line 79 of file COFFImportFile.h.

◆ Private

bool llvm::object::COFFShortExport::Private = false

Definition at line 82 of file COFFImportFile.h.

◆ SymbolName

std::string llvm::object::COFFShortExport::SymbolName

Definition at line 76 of file COFFImportFile.h.

Referenced by llvm::dlltoolDriverMain().


The documentation for this struct was generated from the following file: