reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/DWARF/DWARFExpression.h
   46       SignedSize1 = SignBit | Size1,
   47       SignedSize2 = SignBit | Size2,
   48       SignedSize4 = SignBit | Size4,
   49       SignedSize8 = SignBit | Size8,
   50       SignedSizeLEB = SignBit | SizeLEB,
lib/DebugInfo/DWARF/DWARFExpression.cpp
  133     unsigned Signed = Size & Operation::SignBit;
  138     switch (Size & ~Operation::SignBit) {
  257     unsigned Signed = Size & Operation::SignBit;