llvm::sampleprof::SampleProfileReaderExtBinaryBase::SampleProfileReaderExtBinaryBase

Construct an extensible-binary base reader for buffer B.

Synopsis

Declared in <llvm/ProfileData/SampleProfReader.h>

SampleProfileReaderExtBinaryBase(
    std::unique_ptr<MemoryBuffer> B,
    LLVMContext& C,
    SampleProfileFormat Format);

Parameters

NameDescription
BMemory buffer holding the profile.
CLLVM context used for diagnostics.
FormatProfile format tag for this reader.