LLVM
8.0.1
|
#include "llvm/TextAPI/ELF/ELFStub.h"
Public Member Functions | |
ELFStub () | |
ELFStub (const ELFStub &Stub) | |
ELFStub (ELFStub &&Stub) | |
Public Attributes | |
VersionTuple | TbeVersion |
Optional< std::string > | SoName |
ELFArch | Arch |
std::vector< std::string > | NeededLibs |
std::set< ELFSymbol > | Symbols |
Definition at line 15 of file ELFStub.cpp.
References Arch, NeededLibs, SoName, Symbols, and TbeVersion.
ELFStub::ELFStub | ( | ELFStub && | Stub | ) |
Definition at line 23 of file ELFStub.cpp.
References Arch, NeededLibs, SoName, Symbols, and TbeVersion.
ELFArch llvm::elfabi::ELFStub::Arch |
Definition at line 58 of file ELFStub.h.
Referenced by ELFStub(), and llvm::yaml::MappingTraits< ELFStub >::mapping().
std::vector<std::string> llvm::elfabi::ELFStub::NeededLibs |
Definition at line 59 of file ELFStub.h.
Referenced by ELFStub(), and llvm::yaml::MappingTraits< ELFStub >::mapping().
Optional<std::string> llvm::elfabi::ELFStub::SoName |
Definition at line 57 of file ELFStub.h.
Referenced by ELFStub(), and llvm::yaml::MappingTraits< ELFStub >::mapping().
std::set<ELFSymbol> llvm::elfabi::ELFStub::Symbols |
Definition at line 60 of file ELFStub.h.
Referenced by ELFStub(), and llvm::yaml::MappingTraits< ELFStub >::mapping().
VersionTuple llvm::elfabi::ELFStub::TbeVersion |
Definition at line 56 of file ELFStub.h.
Referenced by ELFStub(), and llvm::yaml::MappingTraits< ELFStub >::mapping().