Utility class used to find and store the live debug ranges for variables in a module.
Declared in <llvm/Transforms/Utils/DebugSSAUpdater.h>
class DbgValueRangeTable;
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
| Name |
|---|
addVariable |
getSingleLoc |
getVariableRanges |
hasSingleLocEntry |
hasVariableEntry |
printValues |