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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  672     Section *normSect = &file.sections[si->normalizedSectionIndex];
  673     if (isZeroFillSection(si->type)) {
  675       normSect->content = llvm::makeArrayRef(empty, si->size);
  680     if (si->size) {
  681       uint8_t *sectContent = file.ownedAllocations.Allocate<uint8_t>(si->size);
  682       sectionContent = llvm::MutableArrayRef<uint8_t>(sectContent, si->size);
  685     for (AtomInfo &ai : si->atomsAndOffsets) {