Return true if assignment tracking is enabled for module M.

Synopsis

Declared in <llvm/IR/DebugInfo.h>

bool
isAssignmentTrackingEnabled(Module const& M);

Return Value

True if assignment tracking is enabled for M.

Parameters

Name

Description

M

Module whose assignment‐tracking flag is checked.

Created with MrDocs