LLVM 19.0.0git
Functions
BitstreamReader.cpp File Reference
#include "llvm/Bitstream/BitstreamReader.h"
#include "llvm/ADT/StringRef.h"
#include <cassert>
#include <optional>
#include <string>

Go to the source code of this file.

Functions

static Error error (const char *Message)
 
static Expected< uint64_treadAbbreviatedField (BitstreamCursor &Cursor, const BitCodeAbbrevOp &Op)
 

Function Documentation

◆ error()

static Error error ( const char Message)
static

Definition at line 21 of file BitstreamReader.cpp.

References llvm::createStringError().

◆ readAbbreviatedField()

static Expected< uint64_t > readAbbreviatedField ( BitstreamCursor Cursor,
const BitCodeAbbrevOp Op 
)
static