llvm::codeview::isIdRecord

Return true if this record should be in the IPI stream of a PDB. In an object file, these record kinds will appear mixed into the .debug$T section.

Synopsis

Declared in <llvm/DebugInfo/CodeView/TypeRecordHelpers.h>

bool
isIdRecord(TypeLeafKind K);

Return Value

True if K is an ID record kind for the IPI stream.

Parameters

NameDescription
KType leaf kind to test for an ID record.