Return true if F is an MCCVDefRangeFragment.

Synopsis

Declared in <llvm/MC/MCSection.h>

static
bool
classof(MCFragment const* F);

Return Value

True if F is an MCCVDefRangeFragment.

Parameters

Name

Description

F

‐ Fragment to test.

Created with MrDocs