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

Declarations

include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h
   83   uint32_t getLength() const;

References

include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h
   86   bool hasValidLength() const { return getLength() != 0; }
lib/DebugInfo/DWARF/DWARFContext.cpp
  257       Offset = TableOffset + AddrTable.getLength();
lib/DebugInfo/DWARF/DWARFDebugAddr.cpp
   54       uint32_t TmpLength = getLength();
   62     uint64_t End = HeaderOffset + getLength();
   64       uint32_t TmpLength = getLength();
  179   if (getLength() == 0)
  181   return getLength() - getHeaderSize();