LLVM 22.0.0git
llvm::ifs::IFSStub Struct Reference

#include "llvm/InterfaceStub/IFSStub.h"

Inheritance diagram for llvm::ifs::IFSStub:
[legend]

Public Member Functions

 IFSStub ()=default
LLVM_ABI IFSStub (const IFSStub &Stub)
LLVM_ABI IFSStub (IFSStub &&Stub)
virtual ~IFSStub ()=default

Public Attributes

VersionTuple IfsVersion
std::optional< std::string > SoName
IFSTarget Target
std::vector< std::string > NeededLibs
std::vector< IFSSymbolSymbols

Detailed Description

Definition at line 90 of file IFSStub.h.

Constructor & Destructor Documentation

◆ IFSStub() [1/3]

◆ IFSStub() [2/3]

IFSStub::IFSStub ( const IFSStub & Stub)

Definition at line 16 of file IFSStub.cpp.

References IFSStub(), IfsVersion, NeededLibs, SoName, Symbols, and Target.

◆ IFSStub() [3/3]

IFSStub::IFSStub ( IFSStub && Stub)

Definition at line 24 of file IFSStub.cpp.

References IFSStub(), IfsVersion, NeededLibs, SoName, Symbols, and Target.

◆ ~IFSStub()

virtual llvm::ifs::IFSStub::~IFSStub ( )
virtualdefault

Member Data Documentation

◆ IfsVersion

◆ NeededLibs

◆ SoName

◆ Symbols

◆ Target


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