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

References

lib/DebugInfo/DWARF/DWARFUnit.cpp
  244   Length = debug_info.getRelocatedValue(4, offset_ptr);
  247     Length = debug_info.getU64(offset_ptr);
  250   FormParams.Version = debug_info.getU16(offset_ptr);
  252     UnitType = debug_info.getU8(offset_ptr);
  253     FormParams.AddrSize = debug_info.getU8(offset_ptr);
  254     AbbrOffset = debug_info.getRelocatedValue(FormParams.getDwarfOffsetByteSize(), offset_ptr);
  256     AbbrOffset = debug_info.getRelocatedValue(FormParams.getDwarfOffsetByteSize(), offset_ptr);
  257     FormParams.AddrSize = debug_info.getU8(offset_ptr);
  277     TypeHash = debug_info.getU64(offset_ptr);
  279         debug_info.getUnsigned(offset_ptr, FormParams.getDwarfOffsetByteSize());
  281     DWOId = debug_info.getU64(offset_ptr);
  294   bool LengthOK = debug_info.isValidOffset(getNextUnitOffset() - 1);