Searched refs:sectContent (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp681 uint8_t *sectContent = file.ownedAllocations.Allocate<uint8_t>(si->size); local
682 sectionContent = llvm::MutableArrayRef<uint8_t>(sectContent, si->size);

Completed in 118 milliseconds