Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp681 uint8_t *sectContent = file.ownedAllocations.Allocate<uint8_t>(si->size); in copySectionContent() local
682 sectionContent = llvm::MutableArrayRef<uint8_t>(sectContent, si->size); in copySectionContent()