ΒΆtemplate <typename Kind>
inline Expected<CVRecord<Kind>>
readCVRecordFromStream(
    llvm::BinaryStreamRef Stream,
    uint32_t Offset)

Description

Read a complete record from a stream at a random offset.

Declared at: llvm/include/llvm/DebugInfo/CodeView/CVRecord.h:96

Templates

Kind

Parameters

llvm::BinaryStreamRef Stream
uint32_t Offset