LLVM 19.0.0git
Classes | Namespaces | Typedefs | Functions
DataExtractor.h File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/Error.h"

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
 
class  llvm::DataExtractor::Cursor
 A class representing a position in a DataExtractor, as well as any error encountered during extraction. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Typedefs

using llvm::uint24_t = Uint24
 

Functions

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