LLVM: DebugifyStatistics Struct Reference (original) (raw)

Track how much debugify information (in the synthetic mode only) has been lost. More...

#include "[llvm/Transforms/Utils/Debugify.h](Debugify%5F8h%5Fsource.html)"

Public Member Functions
float getMissingValueRatio () const
Get the ratio of missing/expected dbg.values.
float getEmptyLocationRatio () const
Get the ratio of missing/expected instructions with locations.
Public Attributes
unsigned NumDbgValuesMissing = 0
Number of missing dbg.values.
unsigned NumDbgValuesExpected = 0
Number of dbg.values expected.
unsigned NumDbgLocsMissing = 0
Number of instructions with empty debug locations.
unsigned NumDbgLocsExpected = 0
Number of instructions expected to have debug locations.

Track how much debugify information (in the synthetic mode only) has been lost.

Definition at line 127 of file Debugify.h.

getEmptyLocationRatio()

float DebugifyStatistics::getEmptyLocationRatio ( ) const inline

getMissingValueRatio()

float DebugifyStatistics::getMissingValueRatio ( ) const inline

NumDbgLocsExpected

unsigned DebugifyStatistics::NumDbgLocsExpected = 0

NumDbgLocsMissing

unsigned DebugifyStatistics::NumDbgLocsMissing = 0

NumDbgValuesExpected

unsigned DebugifyStatistics::NumDbgValuesExpected = 0

Number of dbg.values expected.

Definition at line 132 of file Debugify.h.

NumDbgValuesMissing

unsigned DebugifyStatistics::NumDbgValuesMissing = 0


The documentation for this struct was generated from the following file: