LLVM 22.0.0git
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()

Error error ( const char * Message)
static

Definition at line 21 of file BitstreamReader.cpp.

References llvm::createStringError().

◆ readAbbreviatedField()