LLVM: llvm::BinarySubstreamRef Struct Reference (original) (raw)

#include "[llvm/Support/BinaryStreamRef.h](BinaryStreamRef%5F8h%5Fsource.html)"

Public Member Functions
BinarySubstreamRef slice (uint64_t Off, uint64_t Size) const
BinarySubstreamRef drop_front (uint64_t N) const
BinarySubstreamRef keep_front (uint64_t N) const
std::pair< BinarySubstreamRef, BinarySubstreamRef > split (uint64_t Off) const
uint64_t size () const
bool empty () const

Definition at line 196 of file BinaryStreamRef.h.

drop_front()

empty()

bool llvm::BinarySubstreamRef::empty ( ) const inline

keep_front()

size()

uint64_t llvm::BinarySubstreamRef::size ( ) const inline

slice()

split()

Offset

uint64_t llvm::BinarySubstreamRef::Offset = 0

StreamData


The documentation for this struct was generated from the following file: