Construct an extensible-binary base reader for buffer B.
Declared in <llvm/ProfileData/SampleProfReader.h>
SampleProfileReaderExtBinaryBase(
std::unique_ptr<MemoryBuffer> B,
LLVMContext& C,
SampleProfileFormat Format);
| Name | Description |
|---|---|
| B | Memory buffer holding the profile. |
| C | LLVM context used for diagnostics. |
| Format | Profile format tag for this reader. |