|
LLVM
8.0.1
|
This file declares an interface for reading and writing .tbe (text-based ELF) files. More...


Go to the source code of this file.
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
| llvm::elfabi | |
Functions | |
| const VersionTuple | llvm::elfabi::TBEVersionCurrent (1, 0) |
| Expected< std::unique_ptr< ELFStub > > | llvm::elfabi::readTBEFromBuffer (StringRef Buf) |
| Attempts to read an ELF interface file from a StringRef buffer. More... | |
| Error | llvm::elfabi::writeTBEToOutputStream (raw_ostream &OS, const ELFStub &Stub) |
| Attempts to write an ELF interface file to a raw_ostream. More... | |
This file declares an interface for reading and writing .tbe (text-based ELF) files.
Definition in file TBEHandler.h.
1.8.13