llvm::DbgValueRangeTable

Utility class used to find and store the live debug ranges for variables in a module.

Synopsis

Declared in <llvm/Transforms/Utils/DebugSSAUpdater.h>

class DbgValueRangeTable;

Description

This class uses the DebugSSAUpdater for each variable added with addVariable to find either a single-location value, e.g. #dbg_declare, or a set of live value ranges corresponding to the set of #dbg_value records. addVariable to find either a single-location value, e.g. #dbg_declare, or

Member Functions

Name
addVariable
getSingleLoc
getVariableRanges
hasSingleLocEntry
hasVariableEntry
printValues