LLVM 22.0.0git
BitstreamRemarkSerializer.cpp File Reference
#include "llvm/Remarks/BitstreamRemarkSerializer.h"
#include "llvm/Remarks/Remark.h"
#include <optional>

Go to the source code of this file.

Functions

static void push (SmallVectorImpl< uint64_t > &R, StringRef Str)
static void setRecordName (unsigned RecordID, BitstreamWriter &Bitstream, SmallVectorImpl< uint64_t > &R, StringRef Str)
static void initBlock (unsigned BlockID, BitstreamWriter &Bitstream, SmallVectorImpl< uint64_t > &R, StringRef Str)

Function Documentation

◆ initBlock()

◆ push()

◆ setRecordName()