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);

Parameters

NameDescription
KDuplicate copy of the above enum, but using the official CV names. Useful for reference purposes and when dealing with unknown record types.