class ELFStub
Declaration
class ELFStub { /* full declaration omitted */ };
Declared at: llvm/include/llvm/TextAPI/ELF/ELFStub.h:52
Member Variables
- public llvm::VersionTuple TbeVersion
- public Optional<std::string> SoName
- public llvm::elfabi::ELFArch Arch
- public std::vector<std::string> NeededLibs
- public std::set<ELFSymbol> Symbols
Method Overview
- public ELFStub()
- public ELFStub(const llvm::elfabi::ELFStub & Stub)
- public ELFStub(llvm::elfabi::ELFStub && Stub)
Methods
¶ELFStub()
ELFStub()
Declared at: llvm/include/llvm/TextAPI/ELF/ELFStub.h:61
¶ELFStub(const llvm::elfabi::ELFStub& Stub)
ELFStub(const llvm::elfabi::ELFStub& Stub)
Declared at: llvm/include/llvm/TextAPI/ELF/ELFStub.h:62
Parameters
- const llvm::elfabi::ELFStub& Stub
¶ELFStub(llvm::elfabi::ELFStub&& Stub)
ELFStub(llvm::elfabi::ELFStub&& Stub)
Declared at: llvm/include/llvm/TextAPI/ELF/ELFStub.h:63
Parameters
- llvm::elfabi::ELFStub&& Stub