LLVM
8.0.1
|
Classes | |
class | ELFStub |
struct | ELFSymbol |
Typedefs | |
typedef uint16_t | ELFArch |
Enumerations | |
enum | ELFSymbolType { ELFSymbolType::NoType = ELF::STT_NOTYPE, ELFSymbolType::Object = ELF::STT_OBJECT, ELFSymbolType::Func = ELF::STT_FUNC, ELFSymbolType::TLS = ELF::STT_TLS, ELFSymbolType::Unknown = 16 } |
Functions | |
const VersionTuple | TBEVersionCurrent (1, 0) |
Expected< std::unique_ptr< ELFStub > > | readTBEFromBuffer (StringRef Buf) |
Attempts to read an ELF interface file from a StringRef buffer. More... | |
Error | writeTBEToOutputStream (raw_ostream &OS, const ELFStub &Stub) |
Attempts to write an ELF interface file to a raw_ostream. More... | |
typedef uint16_t llvm::elfabi::ELFArch |
|
strong |
Attempts to read an ELF interface file from a StringRef buffer.
Definition at line 146 of file TBEHandler.cpp.
const VersionTuple llvm::elfabi::TBEVersionCurrent | ( | 1 | , |
0 | |||
) |
Referenced by llvm::yaml::ScalarTraits< VersionTuple >::input().
Error llvm::elfabi::writeTBEToOutputStream | ( | raw_ostream & | OS, |
const ELFStub & | Stub | ||
) |
Attempts to write an ELF interface file to a raw_ostream.
Definition at line 156 of file TBEHandler.cpp.
References llvm::Error::success().