ΒΆextern LLVMRemarkParserRef
LLVMRemarkParserCreateBitstream(const void* Buf,
                                uint64_t Size)

Description

Creates a remark parser that can be used to parse the buffer located in \p Buf of size \p Size bytes. \p Buf cannot be `NULL`. This function should be paired with LLVMRemarkParserDispose() to avoid leaking resources.

Declared at: llvm/include/llvm-c/Remarks.h:257

Parameters

const void* Buf
uint64_t Size