LLVM 22.0.0git
LinePrinter.cpp File Reference

Go to the source code of this file.

Functions

static std::vector< Run > computeBlockRuns (uint32_t BlockSize, const msf::MSFStreamLayout &Layout)
static std::pair< Run, uint64_tfindRun (uint64_t Offset, ArrayRef< Run > Runs)

Function Documentation

◆ computeBlockRuns()

◆ findRun()

std::pair< Run, uint64_t > findRun ( uint64_t Offset,
ArrayRef< Run > Runs )
static

Definition at line 170 of file LinePrinter.cpp.

References llvm_unreachable, and llvm::Offset.

Referenced by llvm::pdb::LinePrinter::formatMsfStreamData().