LLVM  8.0.1
Namespaces | Functions
TBEHandler.h File Reference

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

#include "llvm/Support/VersionTuple.h"
#include "llvm/Support/Error.h"
#include <memory>
Include dependency graph for TBEHandler.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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

Definition in file TBEHandler.h.