LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::elfabi::ELFSymbol Struct Reference

#include "llvm/TextAPI/ELF/ELFStub.h"

Collaboration diagram for llvm::elfabi::ELFSymbol:
Collaboration graph
[legend]

Public Member Functions

 ELFSymbol (std::string SymbolName)
 
bool operator< (const ELFSymbol &RHS) const
 

Public Attributes

std::string Name
 
uint64_t Size
 
ELFSymbolType Type
 
bool Undefined
 
bool Weak
 
Optional< std::string > Warning
 

Detailed Description

Definition at line 38 of file ELFStub.h.

Constructor & Destructor Documentation

◆ ELFSymbol()

llvm::elfabi::ELFSymbol::ELFSymbol ( std::string  SymbolName)
inline

Definition at line 39 of file ELFStub.h.

Member Function Documentation

◆ operator<()

bool llvm::elfabi::ELFSymbol::operator< ( const ELFSymbol RHS) const
inline

Definition at line 46 of file ELFStub.h.

References Name.

Member Data Documentation

◆ Name

std::string llvm::elfabi::ELFSymbol::Name

Definition at line 40 of file ELFStub.h.

Referenced by operator<().

◆ Size

uint64_t llvm::elfabi::ELFSymbol::Size

Definition at line 41 of file ELFStub.h.

Referenced by llvm::yaml::MappingTraits< ELFSymbol >::mapping().

◆ Type

ELFSymbolType llvm::elfabi::ELFSymbol::Type

Definition at line 42 of file ELFStub.h.

Referenced by llvm::yaml::MappingTraits< ELFSymbol >::mapping().

◆ Undefined

bool llvm::elfabi::ELFSymbol::Undefined

Definition at line 43 of file ELFStub.h.

Referenced by llvm::yaml::MappingTraits< ELFSymbol >::mapping().

◆ Warning

Optional<std::string> llvm::elfabi::ELFSymbol::Warning

Definition at line 45 of file ELFStub.h.

Referenced by llvm::yaml::MappingTraits< ELFSymbol >::mapping().

◆ Weak

bool llvm::elfabi::ELFSymbol::Weak

Definition at line 44 of file ELFStub.h.

Referenced by llvm::yaml::MappingTraits< ELFSymbol >::mapping().


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