LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::ifs::IFSSymbol Struct Reference

#include "llvm/InterfaceStub/IFSStub.h"

Public Member Functions

 IFSSymbol ()=default
 
 IFSSymbol (std::string SymbolName)
 
bool operator< (const IFSSymbol &RHS) const
 

Public Attributes

std::string Name
 
std::optional< uint64_tSize
 
IFSSymbolType Type = IFSSymbolType::NoType
 
bool Undefined = false
 
bool Weak = false
 
std::optional< std::string > Warning
 

Detailed Description

Definition at line 52 of file IFSStub.h.

Constructor & Destructor Documentation

◆ IFSSymbol() [1/2]

llvm::ifs::IFSSymbol::IFSSymbol ( )
default

◆ IFSSymbol() [2/2]

llvm::ifs::IFSSymbol::IFSSymbol ( std::string  SymbolName)
inlineexplicit

Definition at line 54 of file IFSStub.h.

Member Function Documentation

◆ operator<()

bool llvm::ifs::IFSSymbol::operator< ( const IFSSymbol RHS) const
inline

Definition at line 61 of file IFSStub.h.

References Name, and RHS.

Member Data Documentation

◆ Name

std::string llvm::ifs::IFSSymbol::Name

Definition at line 55 of file IFSStub.h.

Referenced by operator<().

◆ Size

std::optional<uint64_t> llvm::ifs::IFSSymbol::Size

Definition at line 56 of file IFSStub.h.

◆ Type

IFSSymbolType llvm::ifs::IFSSymbol::Type = IFSSymbolType::NoType

Definition at line 57 of file IFSStub.h.

◆ Undefined

bool llvm::ifs::IFSSymbol::Undefined = false

Definition at line 58 of file IFSStub.h.

◆ Warning

std::optional<std::string> llvm::ifs::IFSSymbol::Warning

Definition at line 60 of file IFSStub.h.

◆ Weak

bool llvm::ifs::IFSSymbol::Weak = false

Definition at line 59 of file IFSStub.h.

Referenced by llvm::ifs::createELFSym().


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