LLVM  8.0.1
Classes | Namespaces | Typedefs | Functions
DataExtractor.h File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/DataTypes.h"
Include dependency graph for DataExtractor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::Uint24
 An auxiliary type to facilitate extraction of 3-byte entities. More...
 
class  llvm::DataExtractor
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Typedefs

using llvm::uint24_t = Uint24
 

Functions

uint24_t llvm::getSwappedBytes (uint24_t C)
 Needed by swapByteOrder(). More...