Check whether MD is this kind of metadata.

Synopsis

Declared in <llvm/IR/DebugInfoMetadata.h>

static
bool
classof(Metadata const* MD);

Return Value

true if MD is this kind of metadata.

Parameters

Name

Description

MD

Metadata node to test.

Created with MrDocs