LLVM 22.0.0git
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 53 of file IFSStub.h.

Constructor & Destructor Documentation

◆ IFSSymbol() [1/2]

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

Referenced by operator<().

◆ IFSSymbol() [2/2]

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

Definition at line 55 of file IFSStub.h.

References llvm::move(), and Name.

Member Function Documentation

◆ operator<()

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

Definition at line 62 of file IFSStub.h.

References IFSSymbol(), Name, and RHS.

Member Data Documentation

◆ Name

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

Definition at line 56 of file IFSStub.h.

Referenced by IFSSymbol(), and operator<().

◆ Size

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

Definition at line 57 of file IFSStub.h.

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

◆ Type

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

Definition at line 58 of file IFSStub.h.

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

◆ Undefined

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

Definition at line 59 of file IFSStub.h.

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

◆ Warning

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

Definition at line 61 of file IFSStub.h.

◆ Weak

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

Definition at line 60 of file IFSStub.h.

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


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