Load coverage data for BackendName from Buffer.
Synopsis
Declared in <llvm/Support/CodeGenCoverage.h>
bool
parse(
MemoryBuffer& Buffer,
StringRef BackendName);
Return Value
False if the buffer is malformed; true otherwise.
Parameters
Name |
Description |
Buffer |
Memory buffer containing serialized coverage records. |
BackendName |
Backend whose rule IDs should be recorded; other backends in the buffer are skipped. |
Created with MrDocs