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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
  881   uint32_t length = infoData.getU32(&offset);
  884     infoData.getU64(&offset);
  889   uint16_t version = infoData.getU16(&offset);
  895   infoData.getU32(&offset); // Abbrev offset (should be zero)
  896   uint8_t addrSize = infoData.getU8(&offset);
  898   uint32_t abbrCode = infoData.getULEB128(&offset);
  916       if (auto eName = getIndexedString(normalizedFile, form, infoData, offset,
  924       if (auto eName = getIndexedString(normalizedFile, form, infoData, offset,
  932       llvm::DWARFFormValue::skipValue(form, infoData, &offset, formParams);